-
Notifications
You must be signed in to change notification settings - Fork 52
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
Adopt some staff from elm parser? #63
Comments
I'd rather make a type argument for the error type. We've tried the sum type approach in Looks like that combinator could be implemented with |
Hm I think we have a partial solution to this with https://pursuit.purescript.org/packages/purescript-parsing/10.0.0/docs/Parsing.Combinators#v:advance which was discussed in #120 |
It looks like the https://package.elm-lang.org/packages/elm/parser/latest/Parser#backtrackable
|
This is interesting alternative to try in ps-parser
https://github.com/elm-tools/parser/blob/2.0.1/src/Parser.elm#L510-L549
Also having problem as sum type is kinda nit
http://package.elm-lang.org/packages/elm-tools/parser/2.0.1/Parser#Problem
The text was updated successfully, but these errors were encountered: