teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Public Attributes | List of all members
teditor::parser::TokenDef Struct Reference

#include <lexer.h>

Public Attributes

uint32_t type
 
std::string regex
 
std::string name
 

Detailed Description

A regex string and a unique type to identify a token during lexing

Member Data Documentation

◆ name

std::string teditor::parser::TokenDef::name

◆ regex

std::string teditor::parser::TokenDef::regex

◆ type

uint32_t teditor::parser::TokenDef::type

The documentation for this struct was generated from the following file: