mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Added ternary operator, resolved #46
This commit is contained in:
@@ -78,6 +78,7 @@ typedef enum TokenType {
|
||||
TOKEN_OR,
|
||||
|
||||
//other operators
|
||||
TOKEN_QUESTION,
|
||||
TOKEN_COLON,
|
||||
TOKEN_SEMICOLON,
|
||||
TOKEN_COMMA,
|
||||
|
||||
Reference in New Issue
Block a user