amontalenti / compilerLinks
Experiments with compilers written in Python
☆22Updated 14 years ago
Alternatives and similar repositories for compiler
Users that are interested in compiler are comparing it to the libraries listed below
Sorting:
- Course materials for Stanford's CS43: Functional Programming Paradigms☆33Updated 5 years ago
- Implementation of the LLVM tutorial in Python using llvmlite☆339Updated last year
- Examples of common systems programming optimizations☆53Updated 4 years ago
- My implementations of deterministic and non-deterministic turing machines☆72Updated 2 years ago
- Low-Level Data Structure - efficient data structures, and fast data access in the 3.x/4.x/5.x/6.x kernel☆121Updated 2 years ago
- System Programming Project Ideas and Information for honors students☆20Updated 10 years ago
- Python code and data sets used in the post on neural networks.☆83Updated 5 years ago
- A simple VM for a talk on building VMs☆224Updated 8 years ago
- Compiler for the COOL programming language in Python 3☆40Updated last month
- Some programming problems I have solved for fun and practice☆34Updated 4 months ago
- ops-class.org OS/161 sources.☆136Updated 5 years ago
- Different Implementations of Norvig's spellchecker☆38Updated 11 years ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆235Updated 7 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆87Updated 4 years ago
- General purpose implementation of advanced algorithms☆47Updated 8 years ago
- A simple virtual machine w/constant folding implemented in Python☆118Updated 5 years ago
- CMSC 23300 - Networks and Distributed Systems☆68Updated 6 years ago
- A C version of the Let's Build a Compiler, by Jack Crenshaw☆207Updated 9 years ago
- BloomFilter in python☆101Updated 8 years ago
- A tiny 1000 line LLVM-based numeric specializer for scientific Python code.☆411Updated 4 years ago
- mini-TCP stack in Python, for fun☆565Updated 9 years ago
- Small Python examples of socket server concurrency patterns: fork, select, and more.☆259Updated 5 months ago
- Educational open-source CPU suite (with assembler, linker and simulator)☆178Updated last year
- "Did You Mean?" Functionality on AttributeLookup☆137Updated 11 years ago
- non-backtracking NFA-based regular expression library, for C and Python☆63Updated 5 years ago
- An Earley-Algorithm Context-free grammar Parser Toolkit☆49Updated last year
- A hands-on, test driven guide to implementing a simple programming language☆551Updated 3 years ago
- Python-like programming language interpreter written in Python☆107Updated 8 years ago
- ScalienDB is a scalable, replicated datastore.☆87Updated 12 years ago
- A book, Let's build a DBMS: StellarSQL -- a minimal SQL DBMS written in Rust☆27Updated 7 years ago