instagenerate icon indicating copy to clipboard operation
instagenerate copied to clipboard

Reversing instaparse with core.logic

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

By adding in a parser for regular expression syntax as well as transforms that convert the parsed regular expression output into instaparse combinators, we can use instagenerate on grammars that...

Hi Alex, I was wonder if it is somehow possible to drive instagenerate in a probabilistic way. Let me explain. Let's suppose I got a grammar similar to: ``` clojure...

I've taken a few passes at implementing negative lookahead and thought I should report back on some of the difficulties I've had. My main focus has been modifying the code...