Started implementing output simplifications.
This commit is contained in:
21
include/anthem/Simplification.h
Normal file
21
include/anthem/Simplification.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef __ANTHEM__SIMPLIFICATION_H
|
||||
#define __ANTHEM__SIMPLIFICATION_H
|
||||
|
||||
#include <anthem/AST.h>
|
||||
|
||||
namespace anthem
|
||||
{
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Simplification
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
ast::Formula simplify(ast::Formula &&formula);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user