Stax
Programming language
Loading...
Searching...
No Matches
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},
}