goyamp icon indicating copy to clipboard operation
goyamp copied to clipboard

Embed a JavaScript interpreter in the same way Lua is embedded.

Open birchb1024 opened this issue 4 years ago • 0 comments

As a JavaScript programmer I would like to embed JavaScript in the macros so that I can write complex expansions or reductions in JavaScript. Example:

JavaScript:
    args: $some-variables
    script:
          result = javascript_function(args)

birchb1024 avatar Oct 10 '20 16:10 birchb1024