mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Expression statements and assignemnts are working
This commit is contained in:
@@ -55,6 +55,7 @@ typedef enum TokenType {
|
||||
TOKEN_MODULO_ASSIGN,
|
||||
TOKEN_PLUS_PLUS,
|
||||
TOKEN_MINUS_MINUS,
|
||||
TOKEN_ASSIGN,
|
||||
|
||||
//logical operators
|
||||
TOKEN_PAREN_LEFT,
|
||||
@@ -74,7 +75,6 @@ typedef enum TokenType {
|
||||
TOKEN_OR,
|
||||
|
||||
//other operators
|
||||
TOKEN_ASSIGN,
|
||||
TOKEN_COLON,
|
||||
TOKEN_SEMICOLON,
|
||||
TOKEN_COMMA,
|
||||
|
||||
Reference in New Issue
Block a user