LogiXpr
|
Implementation file for parser functions. More...
#include "../include/parser.h"
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. | |
Implementation file for parser functions.
Definition in file parser.cpp.