- added some syntactic help to the ZScript parser to allow defining the arrays with native structs on the script side instead of having to define them internally.
This commit is contained in:
parent
fc8b697e33
commit
5fd86cf98c
16 changed files with 106 additions and 58 deletions
|
|
@ -92,6 +92,7 @@ static void InitTokenMap()
|
|||
TOKENDEF (TK_XorEq, ZCC_XOREQ);
|
||||
TOKENDEF ('?', ZCC_QUESTION);
|
||||
TOKENDEF (':', ZCC_COLON);
|
||||
TOKENDEF ('@', ZCC_ATSIGN);
|
||||
TOKENDEF (TK_OrOr, ZCC_OROR);
|
||||
TOKENDEF (TK_AndAnd, ZCC_ANDAND);
|
||||
TOKENDEF (TK_Eq, ZCC_EQEQ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue