tpython
Python compiler
A tiny, ahead-of-time compiled Python implementation designed to translate Pythonic++ to WASM.
TPython fork from https://gitlab.com/hartsantler/tpythonpp
6 stars
2 watching
0 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
soiu/rpython | A tool that compiles Python code to WASM using RPython | 30 |
tbenthompson/cppimport | A tool to import and compile C++ code from Python directly during runtime | 1,187 |
msoulier/tftpy | A Python library implementing a TFTP client-server protocol for file transfer | 172 |
boostorg/python | Enables seamless interoperability between C++ and the Python programming language. | 472 |
andreikop/cpp2python | A tool that converts C/C++ source code to Python, performing simple edit operations to facilitate manual editing and formatting. | 169 |
pyos/dg | A programming language compiler for CPython bytecode | 576 |
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 643 |
aalhour/pycoolc | A compiler for the COOL programming language targeting the MIPS 32-bit architecture and implemented in Python 3 | 40 |
ahgamut/cpython | The Python programming language implementation | 32 |
juancarlospaco/cpython | An alternative implementation of Python's standard library for use in Nim programming language | 142 |
ethereum/py-wasm | An implementation of the Web Assembly interpreter in Python. | 105 |
takluyver/ubit_kernel | An interface to run MicroPython code on the micro:bit single-board computer | 26 |
python-tap/tappy | Tools and APIs for converting Python unittests to the Test Anything Protocol (TAP) format. | 137 |
syegulalp/akilang | An experimental compiler and language implementation built on top of LLVM and Python. | 99 |
sauci/pydbc | Generates an Abstract Syntax Tree based on DBC-formatted strings | 2 |