Skip to content

bretticus-mc/PythonPlusPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 

Repository files navigation

Python++

Build the PythonPP compiler

ocamlbuild -pkgs llvm pythonpp.native

Run the Python compiler and generate llvm code

./pythonpp.native -l example.py > example.out

Run the llvm code

lli example.out

Run tests

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors