We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
syntax
This example demonstrates the use case.
syntax "syntax" xs* syntax x "syntax" xs*
Ideally a more general solution with declaration syntax should be implemented (see #3).
declaration syntax
The text was updated successfully, but these errors were encountered:
This is actually more complex than standard syntax definition. syntax introduces a new scope with PEG operators.
Should be a good use case to see how it an be done in Fold.
Sorry, something went wrong.
No branches or pull requests
This example demonstrates the use case.
Ideally a more general solution with
declaration syntax
should be implemented (see #3).The text was updated successfully, but these errors were encountered: