1.9.0 • Published 5 years ago

code-evaluator v1.9.0

Weekly downloads
2
License
GPL-3.0-only
Repository
github
Last release
5 years ago

Code Evaluator

Unstable Alpha Version, Use at your own risk.

Reads, compiles, runs source code in supported languages, and gives you an output.

Supported Languages

  • python2 (python2)
  • python3 (python3)
  • C (gcc)
  • C++ (g++)

How to Install

npm install code-evaluator

How to Use

See example: express-example.js


Error Codes

Error.nameDescription
CODEDIR_NOEXISTCodefile storage directory does not exists.
CODEFILE_NOWRITEUnable to write codefile.
INPUTDIR_NOEXISTInputfile storage directory does not exists.
INPUTFILE_NOWRITEUnable to write inputfile.
COMPILATION_ERRORUnable to compile from codefile
CODERUN_ERRORUnable to run code or binary

License

GPL 3.0

1.9.0

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago