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

Serialized parser data generated by AdvancedParser is not assignable to IParserBuilder's BuildOptions. #48

Open
DiscreteTom opened this issue Jan 12, 2024 · 0 comments
Labels
enhancement New feature or request parser

Comments

@DiscreteTom
Copy link
Owner

Since the serialized data generated by AdvancedParser has the generated grammars, the data is not assignable to the BuildOptions.

Currently the workaround is to cast the type. Maybe there is some better ways?

E.g. treat the cascade prefix as a generic parameter for the IParserBuilder and ignore these generated grammars.

@DiscreteTom DiscreteTom added enhancement New feature or request parser labels Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request parser
Projects
None yet
Development

No branches or pull requests

1 participant