Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Fields
ext::Lexer< SuperLexer >::Token Struct Reference

#include <lexer.hpp>

Data Fields

SuperLexer::TokenType type
 
std::string value
 
std::string raw
 

Field Documentation

◆ raw

template<typename SuperLexer >
std::string ext::Lexer< SuperLexer >::Token::raw

◆ type

template<typename SuperLexer >
SuperLexer::TokenType ext::Lexer< SuperLexer >::Token::type

◆ value

template<typename SuperLexer >
std::string ext::Lexer< SuperLexer >::Token::value

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