Stax
Programming language
Loading...
Searching...
No Matches
Classes
|
Variables
stax::lexer Namespace Reference
Classes
class
Lexer
Variables
const std::unordered_map< std::string_view, token::Type >
kKeywords
Variable Documentation
◆
kKeywords
const std::unordered_map<std::string_view, token::Type> stax::lexer::kKeywords
Initial value:
= {
{
"let"
, token::Type::kLet},
{
"fn"
, token::Type::kFn},
}
stax
lexer
Generated by
1.10.0