teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Namespaces | Enumerations | Functions
ledger/parser.cpp File Reference
#include <algorithm>
#include <fstream>
#include <map>
#include "parser.h"
#include <vector>
#include "core/parser/regexs.h"
#include "core/parser/lexer.h"
#include "core/parser/scanner.h"
#include "core/buffer.h"

Namespaces

 teditor
 
 teditor::ledger
 

Enumerations

enum  teditor::ledger::Tokens {
  teditor::ledger::Comment = 0, teditor::ledger::Name, teditor::ledger::Date, teditor::ledger::Number,
  teditor::ledger::Newline, teditor::ledger::Space, teditor::ledger::AccountStart, teditor::ledger::AccountDescription,
  teditor::ledger::AccountAlias
}
 

Functions

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