emm312

Results 7 comments of emm312

make a repo i need this please

Oh, oops. I'm talking about fully custom parse errors. Like instead of this returning ParseError::UnrecognisedToken: ``` let a = (3; ``` you can use the error recovery or something similar...

I mean like instead of how its documented (errors on the action code) you can make errors if the parser fails, so you can have more descriptive errors. Also it'd...

> Can you point me at what specifically in the source you're looking at? I'm not finding whatever you see here. ParseError > So this is fundamentally a feature request...