Skip to content
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

Parser accepts trailing tokens #6

Closed
remram44 opened this issue Mar 4, 2013 · 1 comment
Closed

Parser accepts trailing tokens #6

remram44 opened this issue Mar 4, 2013 · 1 comment

Comments

@remram44
Copy link
Contributor

remram44 commented Mar 4, 2013

In the example from the README, the parser will accept these strings:
"3 + 7)"
"3))))"

@rbarrois
Copy link
Owner

rbarrois commented Mar 6, 2013

Fixed in #7. There was actually a test for that (broken) behaviour: lexer.parse('()()')...

@rbarrois rbarrois closed this as completed Mar 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants