A programming language with logic of Python
Pytov The idea was to take all well known syntaxes, and combine them into one programming language with many posabilities. Installation Install using pip install pytov, or via git: git clonehttps://github.com/Yuvix25/Pytov.git. Usage If was installed via pip: $ pytov [path_to_your_pytov_file] If was installed via git: Run using Python: $ cd [folder_of_installation] $ cd pytov $ python pytov.py [path_to_your_pytov_file] Run using pre-built executables: $ cd [folder_of_installation] $ cd exe $ pytov [path_to_your_pytov_file] Syntax # this is a comment // this is […]
Read more