mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
Parser is held together by duck-tape and a wish
This commit is contained in:
@@ -45,6 +45,7 @@ namespace LX
|
||||
{ "else" , Token::ELSE },
|
||||
{ "elif" , Token::ELIF },
|
||||
{ "func" , Token::FUNCTION },
|
||||
{ "return" , Token::RETURN }
|
||||
};
|
||||
|
||||
static const std::unordered_map<char, Token::TokenType> operators =
|
||||
|
||||
Reference in New Issue
Block a user