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

Elixir Scanner #220

Open
zhumo opened this issue Dec 9, 2017 · 1 comment
Open

Elixir Scanner #220

zhumo opened this issue Dec 9, 2017 · 1 comment

Comments

@zhumo
Copy link

zhumo commented Dec 9, 2017

I'd love to get an elixir scanner going. I'm wondering, since I don't expect to be able to catch all the little gotchas of a language's syntax, what level of "completeness" for a new language is required? How would I even measure "completeness"?

@zhumo
Copy link
Author

zhumo commented Dec 10, 2017

https://github.com/elixir-lang/elixir/tree/master/lib/elixir/lib

I've been using the code from here to do some testing (starting with macro/env.ex). If those are not enough one could also use any of the files found in the phoenix framework.

https://github.com/phoenixframework/phoenix/tree/master/lib/phoenix

For .expected files of the tests, I'm currently writing the expected files by hand... Is that the only way to do it or am I missing some simpler way?

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

1 participant