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

Compile-time `static : void` should unregister static #94

Open phorward opened 1 year ago

phorward commented 1 year ago

The problem in tokay.tok with the Token1 could also be eliminated by allowing to set Token : void previously, and unregister it this way. This is an extension of the void-paradigm described in #82.

phorward commented 1 year ago

Removing this from Tokay v0.6 milestone as it requires further consideration.