Zag-Research / Zag-Smalltalk

Smalltalk VM Written in Zig with methods stored as type-annotated ASTs
MIT License
132 stars 6 forks source link

indirect lookup implemented #33

Closed dfranklinsmail closed 6 months ago

dfranklinsmail commented 6 months ago

Hi Dave, still need to implement class and global variables. I have created ASCBlock labels which I use to push block closures but need to add the logic to map the lables to the block names.