LogiXpr
Loading...
Searching...
No Matches
Functions
parser.h File Reference

Header file for parser functions. More...

#include "expression.h"
#include <vector>

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.
 

Detailed Description

Header file for parser functions.

Definition in file parser.h.