tiny-expression-runtime
tiny-expression-runtime copied to clipboard
Sample project from the interpreters guide. Also see https://yal.cc/interpreters-guide-2/
Results
1
tiny-expression-runtime issues
Sort by
recently updated
recently updated
newest added
I am migrating modding support for a project of mine from Apollo to TXR and found that TXR doesn't support this syntax: `function foo() { /* code */ }`. Supporting...