Add API for incremental parsers #17
Labels
api
Issues relating to the API of the editor component
enhancement
New feature or request
performance
Issues that affect performance
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.
The text was updated successfully, but these errors were encountered: