code-compiler

0.0.1 • Public • Published

CODE COMPILER

This module provide some basic functionality to run code in node of different language. It use open source compiler like GNU GCC The module requires:

  • GCC
  • Python
  • NodeJS
```javascript const {runNode,runC,runCPP,runPython}=require('code-compiler')

runNode(code,input,cb(stderr,stdout){ console.log({err:stderr}); console.log({output:stdout}); })

Readme

Keywords

Package Sidebar

Install

npm i code-compiler

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

5.05 kB

Total Files

8

Last publish

Collaborators

  • argoyal