buzz
buzz copied to clipboard
Retrieve global by name
Resolves #330
You'll also need to add a test for this: you can add a test block in src/buzz_api.zig.
I never started writing tests for buzz_api up until now because it was indirectly tested by usage of the std lib.
But the use case you're trying to solve can't be represented in a pure buzz test.
This is partially resolved by the Debugger. We now only need a way to generate the same dng opcodes in the REPL