Home

Awesome

pylite 简蟒 ver 0.0.9

A simple, lightweight implementation of python3-like language.

Roadmap

ver 0.1

ver 0.2

ver 0.3

ver 0.4

ver 0.5

ver 0.6

ver 0.X

won't support

build

cmake is required, and a c99 compiler:

mkdir build
cd build
cmake ..

make (Linux/Mac/Mingw)
Open pylite.sln and build. (Visual Studio)

Example

hello.py

print('Hello World!')

shell:

pylite hello.py

No REPL yet.

License