cdfa / frugel

An error-tolerant live programming environment (my Master's thesis)
GNU General Public License v3.0
18 stars 3 forks source link

Add API for incremental parsers #17

Open cdfa opened 2 years ago

cdfa commented 2 years ago

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.