Gary Fredericks
Gary Fredericks
(bug indicated by the one test failure)
babies babies babies babies babies babies babies babies babies babies babies babies!
In terms of an API for extending via opts, the code used in https://github.com/greglook/puget/issues/23 will probably be relevant.
This is of course w.r.t. #77.
I coincidentally came across this and thought I would mention that I've been working on a decently-robust test.check generator which takes a regex and generates matching strings -- I'm hoping...
@lvh I'm not sure what you mean by that; you already have the string? and the parse tree? what "generation" is there left to do? maybe an example would help
are you just saying you want to unparse a tree? for some grammars there would be more than a single valid output
I definitely appreciate the need, and I'd like to have some way of doing this. I'm a bit hesitant about map literals because they are technically functions so they would...
Another idea: if you had a helper function that let you do `(map-kv-pred :some-key :some-value)`, would that address most of your concerns? It's not as succinct as a map but...