Skip to content

griels/pypy-sc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPy-StandaloneCompiler

- Fork of PyPy, the Python in Python implementation
- Research experiment.
- Compiles general RPython programs to C or Java byte-code
- Aimed at embedded devices.
- Aimed at multithreaded programs.
- Support for formal verification by Java Pathfinder
- The compiled program has to utilize a special library called parlib, see https://github.com/paskma/framework-parlib.
- See the installation guide at 
  http://www.kiv.zcu.cz/site/documents/verejne/vyzkum/publikace/technicke-zpravy/2012/tr-2012-09.pdf

About

Standalone RPython compiler, fork of PyPy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.5%
  • C++ 6.6%
  • C 0.7%
  • HTML 0.4%
  • Java 0.2%
  • C# 0.2%
  • Other 0.4%