文件名称:node.cobol:用于COBOL的Node.js桥,可让您从COBOL运行Node.js代码
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-24 14:34:57
hacktoberfest COBOL
node.cobol 用于COBOL的Node.js桥,可让您从COBOL运行Node.js代码。 您必须在计算机上安装 如果没有COBOL编译器,则可以通过运行以下命令进行安装: # Ubuntu sudo apt-get install open-cobol # OS X brew install gnu-cobol :clipboard: 例子 * Compile this file together with the node.cobol * modules: * * $ cobc -x example/main.cbl lib/node-exec*.cbl * * Then execute the binary file: * * $ ./main IDENTIFICATION
【文件预览】:
node.cobol-master
----example()
--------main.cbl(867B)
--------server.js(172B)
--------grace-hopper.js(381B)
----package.json(2KB)
----LICENSE(1KB)
----CONTRIBUTING.md(3KB)
----.gitignore(80B)
----lib()
--------node-exec-path.cbl(576B)
--------node-exec.cbl(571B)
----README.md(5KB)