fsprojects / FsLexYacc

Lexer and parser generators for F#
http://fsprojects.github.io/FsLexYacc/
MIT License
203 stars 68 forks source link

API Documentation issues #163

Open fxf06 opened 1 year ago

fxf06 commented 1 year ago

Hello there, I'm using Fslex/Fsyacc for a complex language, and I'm missing doc information.

Typically, I don't get how to use ParseErrorContext. When can I get the value ?

Also ParseHelpers seem to provide the functions that use ParseErrorContext, but how redefine them ? There is no example in the doc on how to use them.

This is really blocking me.

Thanks for your help!