-
Notifications
You must be signed in to change notification settings - Fork 22
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
More pedagogical documentation #246
Comments
Some commands are not explained in README:
|
Indeed, contribution are welcome but in short:
I welcome contributions with pleasure, but I don't have time to tackle all of this seriously for the moment, unfortunately. |
But what ACU implies? Does that mean that matching is modulo ACU? |
I suspect that if the top symbol of a rule (the symbol rewritten) is declared as |
More or less. I don't know what the exact definition of matching modulo ACU is, but the results of a small experiment tells us that one can match on the presence of the symbol, but not on the length of the list of its arguments (once flatenned), since matching modulo ACU allows to "invent" new application of the neutral element.
If one wants to see the "invented 0", modifying the last lines of the example gives us:
|
In the wake of the new documentation provided by #241, it can be further improved by
--stdin
is used and a file is given as positional argumentThe text was updated successfully, but these errors were encountered: