Fork me on GitHub
#clojure
<
2019-07-20
>
schmidt7305:07:30

Would you recommend using jflex or clojure tools like https://cljcc.com/ for writing a lexer?

jumar06:07:47

Is it just a lexer?

jumar06:07:08

In generall, I'd try instaparse for simple things and antlr for anything production-ready