alcides / pascal-in-python
Pascal compiler implemented in python using Lex, Yacc and LLVM
☆85Updated 12 years ago
Alternatives and similar repositories for pascal-in-python:
Users that are interested in pascal-in-python are comparing it to the libraries listed below
- Mini: Interpreter and a programming language implemented in Python☆144Updated 9 years ago
- A stack machine VM, interpreter and genetic programming library☆46Updated 6 years ago
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆86Updated 6 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 10 years ago
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- A small C compiler written in Python for learning purposes☆41Updated 7 years ago
- Standalone ASDL parser for upstream CPython 3.x☆62Updated 6 years ago
- A Python-like systems programming language☆84Updated 9 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- Python-like programming language interpreter written in Python☆105Updated 7 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆166Updated 3 years ago
- An Earley-Algorithm Context-free grammar Parser Toolkit☆45Updated 2 months ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 8 years ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆73Updated 13 years ago
- Simple Scheme interpreter in Python☆28Updated 13 years ago
- a friendly yet powerful LR-parser written in Python☆267Updated 6 years ago
- Convenient parser generator for Python(check out https://github.com/thautwarm/RBNF for an advanced version).☆65Updated 6 years ago
- The Duck Programming Language☆109Updated 7 years ago
- Python to C99/OpenCL/JS compiler☆64Updated 8 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 8 years ago
- Funny, and simple HTTP Server DSL written entirely in C☆41Updated 2 years ago
- Brainfuck JIT VMs☆17Updated 4 years ago
- a restricted python to javascript / c# / go / ruby compiler☆117Updated 3 years ago
- An implementation of PL/0 including a tree-based interpreter and virtual machine.☆76Updated last year
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆381Updated 2 years ago
- C Python, made faster.☆341Updated 9 years ago
- Fedjmike's C Compiler☆132Updated 7 years ago
- A little regex engine☆18Updated 12 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…☆404Updated 9 years ago
- Oberon-0 Compiler: An educational compiler for a subset of the Oberon programming language☆25Updated 10 years ago