
The highest tagged major version is
v3.
package
Version:
v2.0.4
Opens a new window with list of versions in this module.
Published: Jun 25, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 117
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Build builds the spx code from the provided files into the interpreter.
BuildFS builds the spx code from the provided file system into the interpreter.
Init initializes the interpreter with the given ctx, which must not be
modified after used. It can only be called once.
If ctx is nil, a default ixgo.Context will be created.
If ctx.Lookup is nil, a default lookup function will be set.
Run runs the interpreter. It blocks until the interpreter exits. After it
returns, the interpreter must be rebuilt before running again.
Shutdown requests the game to stop and waits for it to exit.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.