Documentation
¶
Overview ¶
Package buzz adapts the standalone Buzz interpreter (magus/gopherbuzz) to magus's engine.Engine/engine.Session interfaces and registers it under the "buzz" key. The interpreter core has no dependency on magus; this package is the only seam between the two, translating engine.Value ↔ buzz.Value.
magus's own buzz execution path (interp.runtime) drives the concrete *buzz.Session directly for Exec/Targets/CallVal, which the engine.Session interface doesn't expose; this adapter exists for generic engine.Session consumers (e.g. the cross-engine benchmark and any tooling that enumerates the engine registry).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.