parser icon indicating copy to clipboard operation
parser copied to clipboard

No documentation for commit

Open ccapndave opened this issue 7 years ago • 2 comments

The documentation for Parser.commit points the user towards https://github.com/elm/parser/blob/master/semantics.md. However, this document makes no mention of commit.

ccapndave avatar Dec 27 '18 15:12 ccapndave

If this can help a little, there is an example using commit in the "Comparison with Prior Work" page linked from the README:

https://github.com/elm/parser/blob/master/comparison.md#expressiveness

rlefevre avatar Jan 15 '19 09:01 rlefevre

The best explanation for commit that I've found is on Parser.token: https://package.elm-lang.org/packages/elm/parser/latest/Parser#token

cllns avatar Mar 23 '22 00:03 cllns