teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Namespaces | Enumerations | Functions
calc/parser.cpp File Reference
#include "parser.h"
#include "core/parser/regexs.h"
#include "core/parser/scanner.h"
#include "core/parser/lexer.h"

Namespaces

 teditor
 
 teditor::calc
 

Enumerations

enum  teditor::calc::Tokens {
  teditor::calc::IVal = 0, teditor::calc::FVal, teditor::calc::BrktOpen, teditor::calc::BrktClose,
  teditor::calc::Var, teditor::calc::Equals, teditor::calc::Plus, teditor::calc::Minus,
  teditor::calc::Mul, teditor::calc::Div, teditor::calc::Exp, teditor::calc::Func,
  teditor::calc::Space, teditor::calc::SemiColon
}
 

Functions

parser::Lexer & teditor::calc::getLexer ()