buzz icon indicating copy to clipboard operation
buzz copied to clipboard

Retrieve global by name

Open yves-biener opened this issue 9 months ago • 1 comments

Resolves #330

yves-biener avatar Mar 16 '25 19:03 yves-biener

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.

giann avatar Mar 16 '25 21:03 giann

This is partially resolved by the Debugger. We now only need a way to generate the same dng opcodes in the REPL

giann avatar Oct 31 '25 09:10 giann