mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Fixed bugs in Lexer
Also added basic math operators
This commit is contained in:
@@ -40,6 +40,11 @@ namespace LX
|
||||
|
||||
STRING_LITERAL,
|
||||
IDENTIFIER,
|
||||
RETURN,
|
||||
|
||||
// Operators //
|
||||
|
||||
ADD, SUB, MUL, DIV,
|
||||
|
||||
// Keywords //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user