We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
riff_state
This is a necessary precursor to implementing various other features/fixes/cleanups
eval()
The text was updated successfully, but these errors were encountered:
Clean up disassembler
cbb22ec
This also features a few minor riff_state cleanup items (#63)
Distinguish global functions from anon functions
106ae16
This eliminates the need to deduce global functions from anonymous functions during the interpreter loop initialization cc #63
Track disas status in riff_state
4be25b9
This allows the compiler to avoid adding anonymous functions in the global state, which are only ever used for disassembly. cc #63
No branches or pull requests
This is a necessary precursor to implementing various other features/fixes/cleanups
eval()
should return expression result #2The text was updated successfully, but these errors were encountered: