quarkiverse / quarkus-bon-jova-rockstar

An implementation of Rockstar as a JVM language
https://codewithrockstar.com/
3 stars 2 forks source link

Scope variables with access to parent scope, and introduce parameter behaviour for function calls #153

Closed holly-cummins closed 4 months ago

holly-cummins commented 4 months ago

This resolves #99, and partially resolves #112.

There's still some problems in the generated bytecode, caused by use of static variables where we should use method-scoped variables (assignable result handles, maybe?), but the external behaviour is now correct.