Fixed #%plain-app vs #%app and #%plain-lambda vs lambda issue in fully-expanded-grammar.rkt
This commit is contained in:
parent
742322a427
commit
16438869f2
|
@ -59,7 +59,7 @@
|
|||
with-continuation-mark
|
||||
#%app #%top #%expression #%variable-reference)
|
||||
(pattern :id)
|
||||
(pattern (#%plain-lambda :formals :expr …+))
|
||||
(pattern (lambda :formals :expr …+))
|
||||
(pattern (case-lambda (:formals :expr …+) …))
|
||||
(pattern (if :expr :expr :expr))
|
||||
(pattern (begin :expr …+))
|
||||
|
@ -77,7 +77,7 @@
|
|||
(pattern (quote-syntax _datum))
|
||||
(pattern (quote-syntax _datum #:local))
|
||||
(pattern (with-continuation-mark :expr :expr :expr))
|
||||
(pattern (#%plain-app :expr …+))
|
||||
(pattern (#%app :expr …+))
|
||||
(pattern (#%top . :id))
|
||||
(pattern (#%expression :expr))
|
||||
(pattern (#%variable-reference :id))
|
||||
|
|
Loading…
Reference in New Issue
Block a user