extensible-parser-specifica.../test
Georges Dupéron b33d3b4ddc Typo in test
2016-09-08 14:42:31 +02:00
..
test-extend-structure-options.rkt Allow a whole ~seq's contents in define-syntax/parse+simple and define/syntax-parse+simple, not just a single (splicing) syntax class. 2016-08-30 02:08:31 +02:00
test-global.rkt Renamed ~no-order to ~seq-no-order, to follow AlexKnauth's convention 2016-08-27 01:13:51 +02:00
test-order-point.rkt Implemented partial order with ~order-point, order-point< and order-point>. Fixed bug with unwanted scope which prevented the attributes from being visible when a mixin was used directly within syntax-parse. 2016-09-08 14:23:22 +02:00
test-scopes-mixin-in-syntax-parser.rkt Typo in test 2016-09-08 14:42:31 +02:00
test-structure-options.rkt Added ~mixin, which checs that its argument is indeed a mixin. Mixins can still be used by themeselves, but there's always the risk that they'll be seen as a pattern variable, if for some reason their identifier is not bound to a mixin (forgot to export, wrong scopes…) 2016-08-30 13:13:32 +02:00