/parser-combinator-java

A simple parser combinator written in Java

Primary LanguageJava

parser-combinator-java

An attempt at implementing a simple parser combinator in Java. It works, although there are some limitations due to the type system.

Based on the blog post from Bodil - all credits to her: https://bodil.lol/parser-combinators/