71 {
"+",
"-",
"*",
"/",
"^",
"&&",
"||",
">",
"<",
">=",
"<=",
"=",
"!=",
"=="};
83 static const std::string
BATypeNames[] = {
"BREAKPOINT",
"SOLVE",
"INITIAL",
"STEP"};
THIS FILE IS GENERATED AT BUILD TIME AND SHALL NOT BE EDITED.
BinaryOp
enum Type for binary operators in NMODL
ReactionOp
enum type used for Reaction statement
static const std::string ReactionOpNames[]
string representation of ast::ReactionOp
UnitStateType
enum type used for UNIT_ON or UNIT_OFF state
static const std::string BinaryOpNames[]
string representation of ast::BinaryOp
static const std::string UnaryOpNames[]
string representation of ast::UnaryOp
static const std::string UnitStateTypeNames[]
string representation of ast::UnitStateType
BAType
enum type to distinguish BEFORE or AFTER blocks
UnaryOp
enum type for unary operators
static const std::string BATypeNames[]
string representation of ast::BAType
encapsulates code generation backend implementations
Implement classes for representing symbol table at block and file scope.