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

Unquotes can't precede parens and they should be allowed to. #1

Open
baroquebobcat opened this issue Mar 1, 2012 · 1 comment
Open

Comments

@baroquebobcat
Copy link
Member

without this you can't do things like

def macro foo clazz
  quote { `clazz`(nil) }
end

references mirah/mirah#169

@ribrdb
Copy link
Contributor

ribrdb commented Feb 18, 2013

I remember specifically deciding not to handle this, but I can't remember if that was because it was hard to parse, hard for type inference, or something else. It's definitely awkward and worth revisiting though.

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

No branches or pull requests

2 participants