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

Add API for incremental parsers #17

Open
cdfa opened this issue Feb 3, 2022 · 0 comments
Open

Add API for incremental parsers #17

cdfa opened this issue Feb 3, 2022 · 0 comments
Labels
api Issues relating to the API of the editor component enhancement New feature or request performance Issues that affect performance

Comments

@cdfa
Copy link
Owner

cdfa commented Feb 3, 2022

Incremental parsers may be able to negate the performance cost of parsing the various linearization variations produced by the linearization step.
However, the current API only allows pure parser functions, while incremental parsers have side effects.

@cdfa cdfa added enhancement New feature or request performance Issues that affect performance api Issues relating to the API of the editor component labels Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues relating to the API of the editor component enhancement New feature or request performance Issues that affect performance
Projects
None yet
Development

No branches or pull requests

1 participant