tokay-lang / tokay

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

Implement parselet capture variable `$` as a dict #97

Open phorward opened 1 year ago

phorward commented 1 year ago

Regarding #96, the following options would be nice as well:

phorward commented 12 months ago

114 and commit 440c648cd8b1dd27879581c505debef63018bce6 makes the $0 variable not part of the stack anymore. This might be the initial start to resolve this issue.

As this issue eliminates the current capture concept, we should think about these bullet points as well: