#include <string>
Go to the source code of this file.
|
enum | wfl::tokenizer::token_type {
wfl::tokenizer::token_type::operator_token,
wfl::tokenizer::token_type::string_literal,
wfl::tokenizer::token_type::identifier,
wfl::tokenizer::token_type::integer,
wfl::tokenizer::token_type::decimal,
wfl::tokenizer::token_type::lparens,
wfl::tokenizer::token_type::rparens,
wfl::tokenizer::token_type::lsquare,
wfl::tokenizer::token_type::rsquare,
wfl::tokenizer::token_type::comma,
wfl::tokenizer::token_type::semicolon,
wfl::tokenizer::token_type::whitespace,
wfl::tokenizer::token_type::eol,
wfl::tokenizer::token_type::keyword,
wfl::tokenizer::token_type::comment,
wfl::tokenizer::token_type::pointer
} |
|