-
Notifications
You must be signed in to change notification settings - Fork 58
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
"#{1/2}/" parse error #169
Comments
Looks like the lexer has changed a bit, and the strings are parsed differently now in CoffeeScript.
I tried to swap grammar and lexer from latest CoffeeScript to IcedCoffeeScript but the changes are too significant for me to cherry pick things and apply. |
How about ICS version 3? On Saturday, December 5, 2015, Michał Zochniak [email protected]
|
|
iced -v |
It is still work in progress, unfortunately. You can follow this PR if you are interested: #168 |
@vird may I ask what's your use case? Would you be able to test new |
@zapu I use iced for generating opencl kernels source code. So I have code something like this
btw. What's a proper method for install iced3? I download branch. I can use ./bin/coffee but i don't know how to install globally. |
Other 'fun' stuff
The text was updated successfully, but these errors were encountered: