Like https://github.com/AlexKnauth/seq-no-order, but provides global constraints. AlexKnauth's implementation allows dotted "rest" pattern which we do not support.
Go to file
2016-09-23 00:53:43 +02:00
private Removed debugging trace 2016-09-23 00:53:43 +02:00
scribblings Use pre operations for ~before and ~after. Documented that. Bugfix ~before ~after and their try- variants 2016-09-22 23:06:57 +02:00
test Implemented and documented: pre operations, ~lift-rest. 2016-09-22 22:33:59 +02:00
.gitignore Created extensible-parser-specifications package 2016-08-26 23:59:07 +02:00
.travis.yml Limited concurrent jobs in Travis to avoid OOM 2016-09-22 23:07:47 +02:00
info.rkt Fixed tests and missing dependency 2016-09-19 20:47:01 +02:00
LICENSE.txt Created extensible-parser-specifications package 2016-08-26 23:59:07 +02:00
main.rkt bugfix 2016-09-23 00:02:04 +02:00
README.md Added badge for the documentation to the README file. 2016-09-19 21:09:31 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation.

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 (and mixin expanders, see the docs) for syntax/parse are defined:

  • ~seq-no-order
  • ~no-order
  • ~post-check
  • ~post-fail
  • ~nop
  • ~optional/else
  • ~global-or
  • ~global-and
  • ~global-counter