mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Improved syntax for functions
Added logging system for AST nodes as well.
This commit is contained in:
@@ -113,7 +113,8 @@ namespace LX
|
||||
{ '[', Token::OPEN_BRACE },
|
||||
{ ']', Token::CLOSE_BRACE },
|
||||
{ '(', Token::OPEN_PAREN },
|
||||
{ ')', Token::CLOSE_PAREN }
|
||||
{ ')', Token::CLOSE_PAREN },
|
||||
{ ',', Token::COMMA }
|
||||
};
|
||||
|
||||
// All the single-char operators currently supported by the lexer with their token-enum equivalents //
|
||||
|
||||
Reference in New Issue
Block a user