diff options
author | Chimrod <> | 2024-06-20 20:25:19 +0200 |
---|---|---|
committer | Chimrod <> | 2024-06-20 20:25:19 +0200 |
commit | 976f80ed226e53625cd807539b9336f52f6eb091 (patch) | |
tree | dc0d199396c4f5571dffd83e693de2979046d4db /lib/qparser/tokens.mly | |
parent | 70c94d9465496340b34a85d0d6c7fc1fa5fdf949 (diff) |
Removed the need for () after rnd
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 |