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

Support for Elm #4

Closed
davidrusu opened this issue Sep 27, 2015 · 1 comment
Closed

Support for Elm #4

davidrusu opened this issue Sep 27, 2015 · 1 comment
Assignees

Comments

@davidrusu
Copy link

Hi, thanks for this wonderful tool.

It would be great to have support for Elm, the syntax of Elm is very heavily inspired by Haskell so hopefully we can reuse the Haskell code.
http://elm-lang.org/

Comments are exactly the same as they are in Haskell, here's the reference for comments in elm:
http://elm-lang.org/docs/syntax#comments

All Elm files end in '.elm'

Some sample code can be found here:
http://elm-lang.org/examples

for a non trivial sized sample see:
http://elm-lang.org/examples/pong

Please let me know anything else you might need, and anything I can do to help

@AlDanial AlDanial self-assigned this Sep 27, 2015
AlDanial added a commit that referenced this issue Sep 27, 2015
@AlDanial
Copy link
Owner

Support for Elm added with git commit caa59df.

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

2 participants