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

Use new elm-compiler parser #301

Open
1 of 2 tasks
avh4 opened this issue Mar 5, 2017 · 1 comment
Open
1 of 2 tasks

Use new elm-compiler parser #301

avh4 opened this issue Mar 5, 2017 · 1 comment
Assignees

Comments

@avh4
Copy link
Owner

avh4 commented Mar 5, 2017

elm-compiler has a new parser, as of 2017-12. elm-format should switch to the new parser, as it is supposedly faster, and also gives much better error messages in most cases.

@avh4 avh4 added this to the 1.0.0 public release milestone Mar 5, 2017
@avh4 avh4 self-assigned this Mar 5, 2017
@avh4
Copy link
Owner Author

avh4 commented Aug 10, 2017

Discussed this w/ Evan, and the plan here should be to copy over Primitvies.hs, and then implement all required Parsec primitives on top of the new Primitives, then drop parsec, and then the remainder of the parser can be incrementally rewritten to use the new primitives directly.

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

1 participant