Get index for first value on stack that hasn't been seen before
index for first value on stack that hasn't been seen before
Copy Context state
state copy object
Look up identifier
identifier
returns value stored if found
Invoke macro or function
value to invoke
location in source
is this a trace invoke? or normal?
Use Compiles program to WebAssembly Text and then uses WABT to convert to binary
Compiles program to WASM Text form
settings
Parse a tuple literal into a value
token for tuple
this | error
Pull value from stack
Pull multiple values from stack
Push value onto stack
push something on to the stack
Restore copied state
state copy object from Context.copyState()
Store value into identifier
identifier
value to set identifier to
location in code
void or error
Handles some unclean macro return values
value to convert to error
location in code
Determine number of inputs and outputs
value to invoke
trace results to use for recursion
Warn the user when something seems weird
location in code
what's wrong
Generated using TypeDoc
This class stores state assocated with the parser
TODO reduce public API's