Bez popisu

blueloveTH af776bb4aa disable rtti před 3 roky
.github af776bb4aa disable rtti před 3 roky
docs 24b2140959 update readme před 3 roky
plugins af776bb4aa disable rtti před 3 roky
scripts e9fc527aff add ArgList před 3 roky
src af776bb4aa disable rtti před 3 roky
tests b35e46265b fix a bug před 3 roky
web 054a2a6873 add RecursionError před 3 roky
.gitattributes 0891000a46 init před 3 roky
.gitignore 5fe61c2e11 up před 3 roky
.gitmodules b247723b80 up před 3 roky
LICENSE 5fe61c2e11 up před 3 roky
README.md 1bfbe97e6e Update README.md před 3 roky
amalgamate.py 23142a7053 adjust artifact před 3 roky
build_cpp.sh af776bb4aa disable rtti před 3 roky
build_wasm.sh af776bb4aa disable rtti před 3 roky
test_cpp.sh b05594ce58 optimize před 3 roky

README.md

pocketpy

build

C++17 single-file header-only cross platform Python Interpreter.

sample_img

Documentations

See https://pocketpy.dev

Build From Source (Linux)

First clone the repository

git clone https://github.com/blueloveTH/pocketpy
cd pocketpy

Then run

python3 amalgamate.py

It will generate pocketpy.h and main.cpp in amalgamated/ directory. You can use main.cpp to build a REPL console or use pocketpy.h to embed it to your game engine.

Reference