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

"basic parsing example" from readme is busted #44

Closed
mkoryak opened this issue Sep 22, 2015 · 2 comments
Closed

"basic parsing example" from readme is busted #44

mkoryak opened this issue Sep 22, 2015 · 2 comments

Comments

@mkoryak
Copy link

mkoryak commented Sep 22, 2015

produces console error:

Uncaught Error: Line 8, col 26:
  7 |   col = colChar*
> 8 |   colChar = ~(eol | ",") _
                               ^
  9 |   eol = "\r"? "\n"
Rule _ is not declared in grammar CSV
@pdubroy
Copy link
Contributor

pdubroy commented Sep 22, 2015

Fixed, and thanks for letting us know.

@pdubroy pdubroy closed this as completed Sep 22, 2015
@mkoryak
Copy link
Author

mkoryak commented Sep 22, 2015

no problem, say hi to glen

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

No branches or pull requests

2 participants