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

Codegen fixes #135

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Conversation

archaephyrryx
Copy link
Contributor

Introduces ParseCtxt, simple abstraction for threading an incrementally-consumed ReadCtxt through Decoders without forcing them to change return-value. This does not allow for backtracking or splitting, at least as implemented currently.

Fixes broken label sanitization rules, and suppresses them entirely for the contents of string literals.

Adds a manual test at the end of sample_codegen.rs to confirm that parsing can actually work.

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

Successfully merging this pull request may close these issues.

1 participant