1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Added small modification on parser for '+'

This commit is contained in:
Henrique L. Alves
2016-10-12 18:43:59 -03:00
parent 12843167ca
commit 6a4b4c7db4
4 changed files with 59 additions and 4 deletions

View File

@@ -209,6 +209,7 @@ public:
OP_INDEX_NAMED,
//unary operators
OP_NEG,
OP_POS,
OP_NOT,
OP_BIT_INVERT,
OP_PREINC,