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

Detect parsers with anonymous constructors #104

Closed
bd82 opened this issue Dec 20, 2015 · 0 comments
Closed

Detect parsers with anonymous constructors #104

bd82 opened this issue Dec 20, 2015 · 0 comments

Comments

@bd82
Copy link
Member

bd82 commented Dec 20, 2015

basically nameless functions used as Parser constructors.

The problem with this is that the Parser 'static' checks are only performed once
and identifying that the check has already been performed uses the Parser's constructor name.

@bd82 bd82 closed this as completed in b97fee5 Feb 26, 2016
@bd82 bd82 changed the title detect parsers with anonymous constructors Detect parsers with anonymous constructors Feb 27, 2016
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

1 participant