experiment with different unparsed forms
svn: r17169
This commit is contained in:
parent
d42a6f1582
commit
3d10bff57c
|
@ -389,10 +389,22 @@
|
|||
#:literals (honu-literal ...)
|
||||
[(name pattern* ... . rrest)
|
||||
(with-syntax ([(out (... ...)) (unpull #'pulled)])
|
||||
;; TODO: use the proper `honu-unparsed' form depending on the context
|
||||
(values
|
||||
#'(honu-unparsed-begin out (... ...))
|
||||
#'rrest)
|
||||
#;
|
||||
#'(honu-unparsed-block
|
||||
#f obj 'obj #f ctx
|
||||
out (... ...))
|
||||
#;
|
||||
(values
|
||||
#;
|
||||
#'(honu-unparsed-expr out (... ...))
|
||||
#'(honu-unparsed-block
|
||||
#f obj 'obj #f ctx
|
||||
out (... ...))
|
||||
out (... ...) rrest)
|
||||
#;
|
||||
#'rrest))])))
|
||||
#'rest))])))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user