User Guide
constant_folder_visitor.hpp File Reference

Perform constant folding of integer/float/double expressions. More...

Detailed Description

Perform constant folding of integer/float/double expressions.

Definition in file constant_folder_visitor.hpp.

#include <stack>
#include <string>
#include "visitors/ast_visitor.hpp"

Go to the source code of this file.

Classes

class  nmodl::visitor::ConstantFolderVisitor
 Perform constant folding of integer/float/double expressions. More...
 

Namespaces

 nmodl
 encapsulates code generation backend implementations
 
 nmodl::visitor
 Implementation of different AST visitors.