chumsky icon indicating copy to clipboard operation
chumsky copied to clipboard

recursive-leak: fix leak by using middle-man

Open Zij-IT opened this issue 11 months ago • 25 comments

This introduces a middle man to prevent both memory leaks (#486) in recursive parsers, and prevents the user from foot-gunning themselves by calling the wrong clone (referring to craftspider's weak_clone) suggestion.

Zij-IT avatar Jul 28 '23 16:07 Zij-IT