reply
reply copied to clipboard
Basic indentation
Even something dumb like 2 spaces per indent level would be helpful.
@trptcolin I wonder if Instaparse would be a viable way to get a data representation of an unfinished form along with what's missing from it on account of its ability to do incremental parsing? That might help here.
Instaparse does incremental parsing? Sjacket certainly does; that's why I'm using it. Got a link for instaparse doing incremental parsing, and a complete instaparse clojure grammar?
@trptcolin hmm, my memory may have been failing me. It might not be true after all.