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

Ignoring white-space #45

Closed
jonaskello opened this issue Mar 20, 2015 · 2 comments
Closed

Ignoring white-space #45

jonaskello opened this issue Mar 20, 2015 · 2 comments

Comments

@jonaskello
Copy link

What is the easiest way to globally ignore all white-space while parsing (without pre-processing the input to remove the white-space before parsing)?

@renggli
Copy link
Member

renggli commented Mar 20, 2015

Typically this is done by wrapping all your token with a white-space trimmer. For example, have a look at the JSON parser: https://github.com/petitparser/dart-petitparser/blob/master/lib/src/json/grammar.dart#L27.

@jonaskello
Copy link
Author

Thanks, I'll have a look :-).

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