Replies: 3 comments 1 reply
-
|
Finally, a check of the source code suggests that I'm right, as in |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Please use discussions for questions, or the Slack link in the README. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The MicroC example seems to use square brackets as an alternative to
(…)?(as is conventional), but I can't find it documented.The documented syntax is used in the
CallFuncproduction, while square brackets are used in various places, e.g.ComparisonandMultiplication.I checked that if I change one of the productions to use
(…)?instead of[…]then the test result is identical.If this is indeed correct, I'd be happy to write a small patch for the README.
Beta Was this translation helpful? Give feedback.
All reactions