Posts in parsing


Arithmetic with Instaparse
• 4 min read

Last week I started playing around with the Instaparse library, which makes writing parsers really easy in Clojure. What Instaparse does is take the formal definition of a language and give you a parser for that language. You can then use that parser on a string, possibly containing something in that language. You need to write the gra...
Continue Reading »