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

Variable handling in compiler is a mess #128

Open phorward opened 7 months ago

phorward commented 7 months ago

The current handling of locals, globals and temporaries is a mess. This became clear with a10b45a. An entire re-design should be considered.

Some bad things to be resolved: