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

Compiler scopes and intermediate object construction rework #132

Closed phorward closed 6 months ago

phorward commented 6 months ago

This pull request is part of #128, and restructures the Compiler to modularization and separating the Scope maintenance to something extendable and more universal.