Added number literals to Lexer

Also fixed bugs. I really should refactor the mess that is this Lexer.
This commit is contained in:
Pasha Bibko
2025-04-17 13:46:10 +01:00
parent 2f34a23ba2
commit e1fce699da
4 changed files with 97 additions and 47 deletions

View File

@@ -39,6 +39,7 @@ namespace LX
// General tokens //
STRING_LITERAL,
NUMBER_LITERAL,
IDENTIFIER,
RETURN,