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

Improve error messages for invalid delimiters (#82) #84

Merged
merged 1 commit into from
Mar 14, 2012

Conversation

iarna
Copy link
Contributor

@iarna iarna commented Mar 14, 2012

This fixes #82 by capturing the invalid part of the delimiter line and emitting an Error token rather then letting the delimiter statement pass through to other matchers. This also patches the parser to use the error message from the error token rather then making up its own.

nmx added a commit that referenced this pull request Mar 14, 2012
Improve error messages for invalid delimiters (#82)
@nmx nmx merged commit 341e19a into OnlineBuddies:master Mar 14, 2012
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 this pull request may close these issues.

Invalid DELIMITERs result in confusing error messages
2 participants