Erez Shinan

Results 356 comments of Erez Shinan

Just pushed this into `master`. You can now use `$` in the LALR parser. (No Earley support yet) Here's an example from the tests that shows what it does: ```python...

@kneufeld I reverted it because it was buggy. I agree it would be a nice feature, but I don't think it's a necessity.

Hi @dsuch, It's a bit of a subjective experience, although I admit I never had to work with so many terminals. Do you mind if I ask what are you...

@MegaIng Have you read/written a lot of Nim code?

I don't remember the problem, only that it messed some grammars up. But I changed the LALR logic since, made it a little cleaner, so maybe that was solved on...

`on_error` was broken before, but now I fixed it. So if you were using it, you should try again with the latest commit.

@ThatXliner Thanks for finding that. I think I fixed it, so try now.

@ThatXliner Ok then, hit me with your enchilada. But make sure it's easy to see it fail.