summaryrefslogtreecommitdiff
path: root/consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'consts.py')
-rw-r--r--consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/consts.py b/consts.py
index 0a595c2..c28b33b 100644
--- a/consts.py
+++ b/consts.py
@@ -13,7 +13,7 @@ class TokenType:
class NodeType:
(
- NUMBER, OPERATOR, SYMBOL, FUNCALL, UNARY, ASSIGNMENT, *_
+ NUMBER, OPERATOR, SYMBOL, FUNCALL, ARGUMENTS, UNARY, ASSIGNMENT, *_
) = range(100)