-
Notifications
You must be signed in to change notification settings - Fork 37
Add documentation for infix operators #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Shouldn't the documentation of this grammar feature primarily be done in the Grammar Language reference? |
spoenemann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks. Could you also have a look at the "Tree-Rewriting Actions" section of the Grammar Reference and add hints to the more detailed documentation where appropriate?
spoenemann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Signed-off-by: Markus Rudolph <[email protected]>
Signed-off-by: Markus Rudolph <[email protected]>
Signed-off-by: Markus Rudolph <[email protected]>
Signed-off-by: Markus Rudolph <[email protected]>
Signed-off-by: Markus Rudolph <[email protected]>
Signed-off-by: Markus Rudolph <[email protected]>
5eb5193 to
fd81634
Compare
Closes #283
I added two sub pages:
infixsyntax solution.Just for the case, when someone needs more control over his operator rules.
Anything to add?