Added scope class

This commit is contained in:
Pasha Bibko
2025-04-27 21:18:09 +01:00
parent 321a7fea18
commit a64aa28432
10 changed files with 162 additions and 7 deletions

View File

@@ -75,6 +75,10 @@ namespace LX
IDENTIFIER,
RETURN,
// Built-in types //
INT_DEC,
// Symbols //
OPEN_BRACKET, CLOSE_BRACKET,
@@ -83,6 +87,10 @@ namespace LX
COMMA,
//
ASSIGN,
// Operators //
ADD, SUB, MUL, DIV,