experiment with different unparsed forms

svn: r17169
This commit is contained in:
Jon Rafkind 2009-12-03 00:01:52 +00:00
parent d42a6f1582
commit 3d10bff57c

View File

@ -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))])))