Description
Easy-to-use terminal program that can compile your code.
Installition
1. Cloning repository
$ git clone https://github.com/DarkJoij/Compiler.git
or download it is archive .zip
.
2.1 Running programm!
Click on ./dist/compiler.exe
2.2 Running file!
cd ./clear
Here you need to have some dependencies:
$ pip install -r requirements.txt
Than:
$ py compiler.py
Commands
0: you can every time enter exit and kill programm to exit ัr type back to return 1 step up.
--1--: py/js (to enter into language)
----2----: if js: path | if py: code
> First you enter the language.
> > Next if you choosed JS enter absolute path to your file and program. | `/root/main/prject`
> > If you choosed Python enter code and run it. | `print(1+2)`
> > > You can every time enter exit and kill programm to exit or type back to return 1 step up.
Have fun!