Olle Fredriksson
Olle Fredriksson
Nice to hear that it works. :) Take how the list of `next` states is built up during processing the current list of states: Previously it was consed to, which...
@guibou: I think your expectations are correct, so it seems that recursive rules are not ordered properly yet. @sboosali: Maybe you've run into the same problem as @guibou, but a...
OK, here are the results of some more investigations on the branch: I think there _is_ a well-defined ordering that's being followed in the case of recursive rules, and I'm...
I've added info about the order of results to the docs so this is no longer a bug. :grin:
Hey! Thanks for your suggestion. I agree, that would be nice to have. Sadly I don't see an obvious way to do it. Contributions welcome! Even a description of how...
Sounds cool!
I'm aware that the internals aren't exactly easy to follow, and I've been meaning to write something up about it. This issue just might be the push I need to...
I've started doing this. https://github.com/ollef/Earley/blob/master/docs/implementation.md Please let me know if anything needs clarification or if there are mistakes, typos, or whatever. Most of it is background so far, but there...
@sboosali: I've added you as a collaborator to the repository so you can add this to the documentation if you're up for it. I suggest adding it to the `docs`...
Here's a roundabout way that we used to apply the above patch without having to change the `File` library, which seems to work for us. Run the following code at...