LogiXpr
|
Header file for parser functions. More...
Go to the source code of this file.
Functions | |
std::vector< std::string > | tokenize (std::string expression) |
Tokenize the expression. | |
bool | parse (std::string expression, std::shared_ptr< Expression > &root) |
Parse the expression and convert it to an abstract syntax tree. | |
Header file for parser functions.
Definition in file parser.h.