tiny-expression-runtime icon indicating copy to clipboard operation
tiny-expression-runtime copied to clipboard

Feature request: function statements/literals

Open evolutionleo opened this issue 4 years ago • 0 comments

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.

evolutionleo avatar Oct 21 '21 11:10 evolutionleo