pkolchanov / CustomizingPythonLinks
Learn CPython internals by customizing the interpreter.
☆17Updated last year
Alternatives and similar repositories for CustomizingPython
Users that are interested in CustomizingPython are comparing it to the libraries listed below
Sorting:
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆50Updated 5 months ago
- A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.☆49Updated 3 years ago
- ☆153Updated 3 years ago
- A type-safe C successor that compiles directly to various platforms.☆139Updated 7 months ago
- Yet another simple header only arena allocator for C11☆42Updated last year
- Re-implementation of the Let's Build a Compiler tutorial in Python, emitting WASM☆117Updated last week
- a single pass c compiler in 500 lines of python☆210Updated 2 years ago
- Typescript implementation of Relaxed Radix Balanced Trees☆19Updated last year
- The Beryl Scripting Language☆31Updated 2 years ago
- A custom C compiler to x86 32bit machine code☆13Updated 9 months ago
- The original ABC language (Python's predecessor), from 1991☆163Updated 3 weeks ago
- C Implementation of the monkey programming language☆74Updated 5 years ago
- Kamby Language☆74Updated 3 months ago
- Implementations of the Are-we-fast-yet benchmark suite in Oberon, C++, C, Pascal, Micron and Luon☆66Updated this week
- A self-written C++ standard library☆55Updated 2 weeks ago
- Tools for rapid prototyping of DSL compilers☆88Updated 4 years ago
- Fast, Expressive, & High-Performance Programming Language for those who dare☆64Updated 3 years ago
- The "my" programming language from my toy language tutorial.☆40Updated 2 years ago
- This is an inofficial mirror of the Eigen Compiler Suite source code usually deployed as tar.gz☆34Updated last year
- A Python-based C compiler for x86-64, featuring full parsing, semantic analysis, IR generation, and assembly code emission.☆25Updated 3 months ago
- Lisp like, embeddable and extendable scripting language supporting go interoperability☆37Updated last year
- My little WebAssembly interpreter☆75Updated last week
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- A reusable compiler backend for the i386, x86_64, ARM and AArch64 architecture based on TCC, with an IR on bytecode level including type …☆18Updated last year
- Compact garbage-collected heap and JSON-like object model☆81Updated 2 years ago
- Tiny parser combinators library written in Python.☆17Updated 7 months ago
- A lightweight python3 library for arithmetic with real numbers.☆66Updated last month
- Two Kilo—fully functional texteditor in 2 kb of C☆14Updated 5 years ago
- A CHIP-8 emulator in C.☆18Updated 3 years ago
- A memory safe focus C framework, RAII, I/O, coroutine and other concurrency primitives.☆126Updated 2 months ago