instaparse

If you're not trampolining your parser, why bother getting up in the morning?
2017-11-08T13:57:04.000317Z

I am looking at a project that uses https://nearley.js.org/ in javascript which uses Early parsing — I did find an old Clojure repo that mentioned early parsing --- I am somewhat new to parsing and wondered if anyone was up on early parsing or whether I could do the same thing in Clojure with instaparse or another library - I don’t want to use javascript and I would like to rewrite the parser with Clojure Clojurescript