amontalenti / compilerLinks
Experiments with compilers written in Python
☆22Updated 13 years ago
Alternatives and similar repositories for compiler
Users that are interested in compiler are comparing it to the libraries listed below
Sorting:
- Small Python examples of socket server concurrency patterns: fork, select, and more.☆259Updated 3 months ago
- Low-Level Data Structure - efficient data structures, and fast data access in the 3.x/4.x/5.x/6.x kernel☆120Updated 2 years ago
- System Programming Project Ideas and Information for honors students☆20Updated 10 years ago
- Implementation of the LLVM tutorial in Python using llvmlite☆330Updated 9 months ago
- Some programming problems I have solved for fun and practice☆33Updated 2 months ago
- free, modifiable textbook on operating systems principles (Creative Commons)☆122Updated 4 years ago
- Examples of common systems programming optimizations☆53Updated 4 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆60Updated 7 years ago
- A simple VM for a talk on building VMs☆220Updated 8 years ago
- Course materials for Stanford's CS43: Functional Programming Paradigms☆31Updated 5 years ago
- General purpose implementation of advanced algorithms☆47Updated 8 years ago
- ☆38Updated 7 years ago
- non-backtracking NFA-based regular expression library, for C and Python☆61Updated 5 years ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆233Updated 7 years ago
- Compiler for the COOL programming language in Python 3☆39Updated 6 years ago
- A small forth-like language that targets the CPython VM.☆52Updated 7 years ago
- A simple virtual machine w/constant folding implemented in Python☆119Updated 5 years ago
- Educational open-source CPU suite (with assembler, linker and simulator)☆177Updated last year
- University of San Francisco CS652 -- Programming Languages☆134Updated 6 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆87Updated 3 years ago
- A tiny 1000 line LLVM-based numeric specializer for scientific Python code.☆410Updated 3 years ago
- Thread-less, event-loop based tiny http-server from scratch using epoll. Learning Purpose.☆84Updated 4 years ago
- Implementations of mathematical functions, formulas and concepts☆92Updated 5 years ago
- "Did You Mean?" Functionality on AttributeLookup☆137Updated 11 years ago
- CS345 Programming Languages at University of San Francisco☆20Updated 9 years ago
- A small C compiler written in Python for learning purposes☆41Updated 7 years ago
- An exercise in programming language design and implementation.☆19Updated 4 years ago
- Python-like programming language interpreter written in Python☆106Updated 8 years ago
- HAT-Trie for Python☆87Updated 9 years ago
- Implementation of a Turing Machine that runs the Busy Beaver programs.☆23Updated 15 years ago