cslarsen / python-simple-vmLinks
A simple virtual machine w/constant folding implemented in Python
☆120Updated 4 years ago
Alternatives and similar repositories for python-simple-vm
Users that are interested in python-simple-vm are comparing it to the libraries listed below
Sorting:
- A stack machine VM, interpreter and genetic programming library☆46Updated 6 years ago
- Mini: Interpreter and a programming language implemented in Python☆145Updated 9 years ago
- Compile a subset of the Python AST to x64-64 assembler☆143Updated last year
- Automatically exported from code.google.com/p/tinypy☆245Updated last year
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆87Updated 7 years ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆72Updated 13 years ago
- Python to C99/OpenCL/JS compiler☆64Updated 9 years ago
- A basic x86-64 JIT compiler written from scratch in stock Python☆231Updated 7 years ago
- Java Virtual Machine implemented in pure python☆241Updated 4 years ago
- A toy templating engine.☆152Updated 6 years ago
- Python-like programming language interpreter written in Python☆107Updated 8 years ago
- ☆71Updated 3 years ago
- Small Python examples of socket server concurrency patterns: fork, select, and more.☆258Updated 3 weeks ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆383Updated 2 years ago
- Originally a github fork of the llvm-py repository from http://www.mdevan.org/llvm-py/index.html updated to work with LLVM 3.x. Since th…☆402Updated 10 years ago
- A Python-like systems programming language☆84Updated 9 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆168Updated 3 years ago
- A JavaScript interpreter in Python, built for embedding JavaScript.☆58Updated 4 years ago
- C Python, made faster.☆342Updated 9 years ago
- A compiler for a simple language, built with Python and LLVM☆100Updated 5 years ago
- An implementation of PL/0 including a tree-based interpreter and virtual machine.☆76Updated last year
- An implementation of Scheme in Python and C++☆175Updated 8 months ago
- Pascal compiler implemented in python using Lex, Yacc and LLVM☆87Updated 13 years ago
- Compiler for the COOL programming language in Python 3☆39Updated 6 years ago
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- a friendly yet powerful LR-parser written in Python☆267Updated 7 years ago
- Java Virtual Machine implementation in Python☆283Updated 6 years ago
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- Educational open-source CPU suite (with assembler, linker and simulator)☆176Updated last year
- An implementation of scheme that can call python modules☆21Updated 12 years ago