mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
Added scope class
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user