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:
- Compile a subset of the Python AST to x64-64 assembler☆145Updated last year
- 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
- The Mys programming language - an attempt to create a statically typed Python-like language that produces fast binaries. See https://mys-…☆132Updated 3 years ago
- Retrospective of Python compilation efforts☆65Updated 3 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 7 years ago
- subset c compiler☆37Updated 5 years ago
- compile/run for the lazy☆82Updated 5 years ago
- A simple x86 emulator, debugger, and editor in JavaScript.☆103Updated 3 years ago
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆42Updated 5 years ago
- CP/M and MS-DOS COM executable linker written in D.☆43Updated 4 years ago
- Low-level hobby programming language that compiles to 16-bit x86 assembly.☆40Updated 10 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.☆67Updated 2 months ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆234Updated 7 years ago
- A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.☆49Updated 3 years ago
- A retro interactive coding environment powered by Python and nostalgia☆109Updated 4 years ago
- A small C compiler written in Python for learning purposes☆41Updated 8 years ago
- re1, the unbloated regexp engine by Russ Cox, elaborated to be useful for real-world applications☆47Updated 6 years ago
- Multi-paradigm programming language compiled to C++, written in Python.☆58Updated 2 years ago
- Programming language that compiles into a x86 ELF executable.☆167Updated 3 years ago
- A 16-bit Operating System☆32Updated 4 months ago
- Implementation of a simple programming language☆72Updated last month
- Yet another C compiler.☆30Updated last month
- 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
- A toy C-like language compiler for PigletVM☆63Updated 6 years ago
- Little Python to C++ compiler☆97Updated 2 years ago
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- A (very) basic 8086 emulator written in python - just for fun.☆53Updated 8 months ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆156Updated 4 years ago
- A Terminal Based Chip-8 Emulator☆43Updated 5 years ago