Like https://github.com/AlexKnauth/seq-no-order, but provides global constraints. AlexKnauth's implementation allows dotted "rest" pattern which we do not support.
private | ||
scribblings | ||
test | ||
.gitignore | ||
.travis.yml | ||
info.rkt | ||
LICENSE.txt | ||
main.rkt | ||
README.md |
extensible-parser-specifications
Like https://github.com/AlexKnauth/seq-no-order, but provides global constraints. AlexKnauth's implementation allows dotted "rest" pattern which this implementation does not support.
This package is unstable, and its API may change at any moment. Once it is stable enough, it may be merged into Alex Knauth's implementation.
The following pattern expanders for syntax/parse
are defined:
- ~seq-no-order
- ~no-order
- ~post-check
- ~post-fail
- ~nop
- ~optional/else
- ~global-or
- ~global-and
- ~global-counter