tiny-expression-runtime
tiny-expression-runtime copied to clipboard
Feature request: function statements/literals
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 this notation would be a very useful feature and I ended up having to make a big workaround and manually parse out the function body as a string to compile it separately
Thank you in advance.