prdk0 / tiny-online-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bare minimum online compiler (experimental)

Note:

  • this program only runs in local system
  • you should have supported programming language libraries installed in your system.
  • some file paths are not implemented correctly, if you are using correct the paths.
  • This program only works in unix enviroments.

working theory

source code -> http -> web server -> system libs

system libs -> output -> webserver -> html

About


Languages

Language:Go 89.2%Language:HTML 10.8%