UNPKG

adder-script

Version:

Python like language to execute untrusted codes in browsers and Node.js.

10 lines (7 loc) 271 B
"use strict"; // global defs module.exports = { 'version': "1.0.2", 'about': "AdderScript is a lightweight minimalistic script language, aimed to execute untrusted code in a safe way.\nDesigned and built by Ronen Ness.", 'author': "Ronen Ness", };