Skip to content

Pypperoni/samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pypperoni Compiler Sample Projects

Pypperoni Logo

Pypperoni is a free and open source Python compiler and bytecode preprocessor designed and maintained by the developers of The Legend of Pirates Online, a fan-made recreation of Disney's Pirates of the Caribbean Online.

Included in this repository are several samples highlighting the core elements to a Pypperoni project. You may use these samples as a base template for any project built with the Pypperoni Compiler.

00: Hello World

Follow this guide to run 00-hello_world.

cd 00-hello_world
python build.py
cd build

Then use cmake to generate build files.

01: Basic

Follow this guide to run 01-basic.

cd 01-basic
python build.py
cd build

Then use cmake to generate build files.

Releases

No releases published

Packages

No packages published

Languages