port rest of mlish+adhoc to turnstile

This commit is contained in:
Stephen Chang 2016-10-04 13:44:22 -04:00
parent 7113debd3c
commit 80d0cec122
2 changed files with 481 additions and 500 deletions

File diff suppressed because it is too large Load Diff

View File

@ -407,12 +407,12 @@
(lambda (stx)
(syntax-parse stx
[(stxparse
stx-id:id
stx-expr
(~and (~seq kw-stuff ...) :stxparse-kws)
rule:rule
...)
#'(syntax-parse
stx-id
stx-expr
kw-stuff ...
rule.norm
...)]))))