文件名称:shift-forth:shift-ast 到 Forth 编译器
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-10 09:32:50
JavaScript
前移 关于 JavaScript 编译器库,以接受格式的输入并生成程序。 例子 function add42 ( a ) { // : add42 42 + exit ; return a + 42 ; } function square ( x ) { // : square 0 pick * exit ; return x * x ; } function sub ( a , b ) { // : sub return a - b ; // - exit } // ; // variable g0 function mul_global
【文件预览】:
shift-forth-master
----.gitignore(13B)
----.eslintrc(192B)
----package.json(837B)
----LICENSE.md(1KB)
----.travis.yml(47B)
----Gruntfile.js(1KB)
----target.forth.md(446B)
----README.md(3KB)
----lib()
--------dfg.js(4KB)
--------index.js(164B)
--------naming.js(896B)
--------emit.js(13KB)
----test()
--------test1.js(2KB)