teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <lexer.h>
Public Attributes | |
uint32_t | type |
std::string | regex |
std::string | name |
A regex string and a unique type to identify a token during lexing
std::string teditor::parser::TokenDef::name |
std::string teditor::parser::TokenDef::regex |
uint32_t teditor::parser::TokenDef::type |