Im vonfused

This commit is contained in:
Pasha Bibko
2025-04-22 22:32:07 +01:00
parent 8e1fa45a44
commit 099e543e95
8 changed files with 100 additions and 15 deletions

View File

@@ -75,6 +75,12 @@ namespace LX
IDENTIFIER,
RETURN,
// Symbols //
OPEN_BRACKET, CLOSE_BRACKET,
OPEN_BRACE, CLOSE_BRACE,
OPEN_PAREN, CLOSE_PAREN,
// Operators //
ADD, SUB, MUL, DIV,