Skip to content

kgruszowski/simplepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplepy

Yet another simple python interpreter

installation

pip3 install -r requirements.txt

usage

execute python script from main directory:

$ python3 simplepy.py example/$program_name

where $program_name is name of file in ./example (e.g. while.spy).

Releases

No releases published

Packages

No packages published

Languages