tokay-lang / tokay

Tokay is a programming language designed for ad-hoc parsing, inspired by awk.
https://tokay.dev
MIT License
239 stars 7 forks source link

Fix `begin` and `end` feature of parselets #109

Closed phorward closed 1 year ago

phorward commented 1 year ago

During further development on #105, I've recognized that the begin and end feature of parselets is entirely broken since a while. This brought me to the point to generally overhaul the Context::run() function and clean it up, as the old function is a relict of several iterations towards getting Tokay's initial features to run.

Todos: