jzon icon indicating copy to clipboard operation
jzon copied to clipboard

Provide restarts for parsing errors?

Open Zulu-Inuoe opened this issue 5 years ago • 1 comments

Should investigate being a Good CL Citizen and providing meaningful restarts where they Make Sense ™️ ©️ ®️ .

My main concern is how they might impact performance. Performance isn't the main concern of this library, but I don't want users to pay for features they don't use, and in my experience, restarts are primarily useful during repl development and not 'delivered code'

But that said, a good set of restarts is quite helpful during development.

Zulu-Inuoe avatar Jan 18 '21 20:01 Zulu-Inuoe

Maybe you could look at how Eclector does it, here's what I found in < 5 minutes:

fstamour avatar Apr 25 '22 12:04 fstamour