diff options
Diffstat (limited to 'lib/qparser/tokens.mly')
-rw-r--r-- | lib/qparser/tokens.mly | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/qparser/tokens.mly b/lib/qparser/tokens.mly index 90e9e14..0ba5486 100644 --- a/lib/qparser/tokens.mly +++ b/lib/qparser/tokens.mly @@ -40,6 +40,7 @@ %token NO %token <Qsp_syntax.T.keywords>KEYWORD %token <Qsp_syntax.T.function_>FUNCTION +%token <Qsp_syntax.T.function_>FUNCTION_NOARGS (* (b) if the token was declared left-associative, then the conflict is resolved |