mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
Added number literals to Lexer
Also fixed bugs. I really should refactor the mess that is this Lexer.
This commit is contained in:
@@ -39,6 +39,7 @@ namespace LX
|
||||
// General tokens //
|
||||
|
||||
STRING_LITERAL,
|
||||
NUMBER_LITERAL,
|
||||
IDENTIFIER,
|
||||
RETURN,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user