Date: 2015-06-26
Categories: parsing; software

P5 scala parsing library

I just released the P5 combinator parsing library for Scala. It is probably not really usable yet. The repo is https://github.com/tomjridge/p5_scala and an example is https://github.com/tomjridge/p5_scala/blob/master/src/main/scala/p5/examples/P5_modular_parsing_example.scala


Related posts: