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

introduce One time parsers #19

Closed
drapostolos opened this issue May 9, 2014 · 1 comment
Closed

introduce One time parsers #19

drapostolos opened this issue May 9, 2014 · 1 comment

Comments

@drapostolos
Copy link
Owner

Sometimes a new instance of TypeParser needs to be constructed for each time a string needs to be parsed. Which seems inefficient.

The proposal is to add a new method in TypeParser which takes a one-time parser as argument. Something like:
TypeParser.parse(input, Type, OneTimeParser, [SplitStrateg])

@drapostolos
Copy link
Owner Author

This is skipped for now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant