-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple zero-or-more (*) example fails #6
Comments
I am also running into this same issue. It looks like in paraedit, Laurent, had an eof function to give the parse tree an ending node to match. However, it looks like you made lr+ throw a run time exception when you add you own matcher function. |
I would love to understand this, too. An even smaller example: Fails: Works: Regards, |
Ok it's #1 on my todo list for parsley but since is a sizeable update... Parsley is slightly more expressive than LR(0) but it is not LR(1) so many On Thu, Feb 14, 2013 at 3:19 PM, Stefan Kamphausen <[email protected]
On Clojure http://clj-me.cgrand.net/ |
Salut, no need to hurry, I am just exploring ways how to parse a rather complicated format. Seems like Parsley won't fit. No problem. Thanks for taking the time to answer anyway. Best, |
I'm not sure why this works :-
returning
whereas this produces an error :-
Is this a bug? If not, would you be able to explain why I'm getting this error?
btw. Thanks for parsley and regex, they are wonderful.
The text was updated successfully, but these errors were encountered: