cakeparse icon indicating copy to clipboard operation
cakeparse copied to clipboard

Simple parser combinator library for Kotlin

Results 3 cakeparse issues
Sort by recently updated
recently updated
newest added

I'm trying to use cakeparse to write the grammar for my shell, https://github.com/cbeust/kash and I can't seem to define a simple grammar to allow either "and" commands: ``` a &&...

When using what's suggested in the docs: `compile "me.sargunvohra.lib:CakeParse:1.1.1"` gradle gives me a `ModuleVersionNotFoundException`, but that's easily solved by using lowercase instead. I don't know if this is OS related,...