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
Replace direct use of erl_syntax in favour of merl. #123
Comments
|
This will also address the issue noticed in #124 (comment). |
Also, `number_literals` are now converted to erlang integers in the scanner. [1] https://github.com/richcarl/merl
Also, `number_literals` are now converted to erlang integers in the scanner. [1] https://github.com/richcarl/merl
|
Not sure if related, but using erlydtl as a dependency with rebar, and get the following error: /home/foo/agigo.com/deps/erlydtl/src/erlydtl_compiler.erl:none: undefined parse transform 'merl_transform' |
|
Yeah, I was expecting that.. thanks for reporting (and letting me know someone actually tried this out already ;) The issue is that merl beam files are placed in erlydtl/deps/merl/ebin.. you need that on your code path. I've been thinking how to best solve this, no solution yet. |
|
@wardbekker @nuex: could you please retry and see if it works better for you now, with the 0e5635c commit? |
|
@kaos appears to work. No compilation errors. Thanks! |
|
Excellent! :D |
See https://github.com/richcarl/merl.
The text was updated successfully, but these errors were encountered: