Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for typed* (nested) Quote expressions #39

Closed
GoogleCodeExporter opened this issue Jun 21, 2015 · 3 comments
Closed

Add support for typed* (nested) Quote expressions #39

GoogleCodeExporter opened this issue Jun 21, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Now that we have our own quotation evaluator, we are able to support expression 
types we were not able to before due to PowerPack's lack of support. One such 
expression is Quote. However, it appears impossible to differentiate between 
typed and untyped nested quotations (Quote expressions), all of them are as 
untyped quoations. So we still have to limit ourselves to only untyped 
quotation expressions.

This has the interesting feature that we can now use unquote to test quotation 
processors, including itself, as fully captured quotation expressions.

Original issue reported on code.google.com by stephen....@gmail.com on 4 Jul 2011 at 5:29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant