Commit Graph

10 Commits

Author SHA1 Message Date
Georges Dupéron
472033aa24 Fixed incompatibility with Racket 7 which lacks syntax-local-get-shadower 2018-03-25 20:48:14 +02:00
Georges Dupéron
cecabd982f Revert "Fixed incompatibility with Racket 7 which lacks syntax-local-get-shadower"
This reverts commit 250a787151.
2018-03-25 20:44:50 +02:00
Georges Dupéron
250a787151 Fixed incompatibility with Racket 7 which lacks syntax-local-get-shadower 2018-03-25 01:58:17 +01:00
Georges Dupéron
81a05e6ff3 Improved coverage 2017-01-28 05:17:00 +01:00
Georges Dupéron
bff27464a9 Bugfix and tests for define/with-syntax 2017-01-28 05:16:58 +01:00
Georges Dupéron
5d2f8cc512 Partially reverted previous commit. 2017-01-28 05:16:51 +01:00
Georges Dupéron
29c90350b2 Failed attempt at making metafunctions from syntax/parse/experimental/template and stxparse-info/parse/experimental/template compatible. I can manage to extract the binding from syntax/parse/…, but it seems to recognize a different struct (e.g. as if they were struct instances from two different phases) 2017-01-28 05:16:50 +01:00
Georges Dupéron
c42aef881c Support for define/syntax-parse, including when there are multiple defines. Search for the most up-to-date list of current-pvars is done by performing a dichotomy over a set of sequentially numbered current-pvars-paramNNN. Closes FB case 180. 2017-01-28 05:16:41 +01:00
Georges Dupéron
9bfa089c45 Bugfix: with-pvars must be called after binding the pvar, not before. 2017-01-28 05:16:38 +01:00
Georges Dupéron
45003e6e42 Implemented current-pvars 2017-01-28 05:16:36 +01:00