eatonphil / pycLinks
A Python to C compiler
☆39Updated 5 years ago
Alternatives and similar repositories for pyc
Users that are interested in pyc are comparing it to the libraries listed below
Sorting:
- A virtual machine written in Python that executes x86 binaries according to the Intel Software Developer Manual☆124Updated 4 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- Compile a subset of the Python AST to x64-64 assembler☆143Updated last year
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- The Mys programming language - an attempt to create a statically typed Python-like language that produces fast binaries. See https://mys-…☆131Updated 2 years ago
- Small C interpreter written in Python from scratch. Project was written as a part of course Compiler Construction at The Faculty Of Compu…☆52Updated 6 years ago
- subset c compiler☆37Updated 4 years ago
- A retro interactive coding environment powered by Python and nostalgia☆109Updated 4 years ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆231Updated 7 years ago
- Multi-paradigm programming language compiled to C++, written in Python.☆58Updated 2 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- A simple x86 emulator, debugger, and editor in JavaScript.☆103Updated 2 years ago
- Python scripting support for DOSBox☆17Updated 13 years ago
- Fast, Expressive, & High-Performance Programming Language for those who dare☆64Updated 3 years ago
- Ahead-of-time compiler for Chocopy, a statically typed subset of Python 3, built in Python 3, targeting CIL/CLR, JVM, LLVM IR, and WASM.☆66Updated last year
- compile/run for the lazy☆82Updated 5 years ago
- re1, the unbloated regexp engine by Russ Cox, elaborated to be useful for real-world applications☆47Updated 6 years ago
- CP/M and MS-DOS COM executable linker written in D.☆44Updated 4 years ago
- Intel 8080 assembler and simulator in JS, optimized for simplicity.☆166Updated last year
- The first C compiler made to work under modern GCC☆164Updated 4 years ago
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 7 years ago
- A small C compiler written in Python for learning purposes☆41Updated 7 years ago
- Colors a piece of code word-by-word and shows it in a browser☆39Updated 6 years ago
- A compiler for a simple language, built with Python and LLVM☆100Updated 5 years ago
- tpy, a pet python forked from tinypy☆20Updated 4 years ago
- Self-hosting C toolchain, from scratch☆36Updated 8 months ago
- A toy C-like language compiler for PigletVM☆63Updated 5 years ago
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆41Updated 4 years ago
- A minimal viable programming language on top of liblgpp☆77Updated 4 years ago
- C parser and interpreter written in Python with automatic ctypes interface generation☆359Updated last month