Daniel Holden

Results 117 comments of Daniel Holden

Hi @yuweol, For the first bug - the problem is that your input language string talks about a parser called `expressionss` (encoded as Hex) but none of the parsers you...

Okay we can update the documentation and examples to include the null at the end. For the second I couldnt reproduce any segmentation fault - I just got the wrong...

Okay I managed to reproduce it with your exact command and pushed up a fix in 5120609e6e81974acd3a2e9704e74e32b770ef6f. That was a particularly nasty edge case since it only happens if you...

What is the expected behavior in this case? It should be obvious that if you have a rule which is one or more, and then you ask for zero or...

Thanks @AmyShackles - I think the problem here is not actually the plus or star but the fact that the grammar is missing an "end of input" match. The danger...

Yes exactly, either way I can try to add some test cases for these rules in the future but I believe the behavior is correct at least for now.

Because it isn't being actively developed, sorry!

There isn't any active development at the moment but if you have any ideas for how to evolve it please go ahead and fork it. I can also review any...