bumzack / parser-combinator-java

A simple parser combinator written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

A simple parser combinator written in Java


Languages

Language:Java 100.0%