alcides / pascal-in-python
Pascal compiler implemented in python using Lex, Yacc and LLVM
☆86Updated 12 years ago
Related projects ⓘ
Alternatives and complementary repositories for pascal-in-python
- Mini: Interpreter and a programming language implemented in Python☆144Updated 8 years ago
- A simple virtual machine w/constant folding implemented in Python☆121Updated 4 years ago
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆86Updated 6 years ago
- A stack machine VM, interpreter and genetic programming library☆47Updated 5 years ago
- Automatically exported from code.google.com/p/tinypy☆236Updated 7 months ago
- Python-like programming language interpreter written in Python☆104Updated 7 years ago
- a restricted python to javascript / c# / go / ruby compiler☆117Updated 3 years ago
- A compiler for a simple language, built with Python and LLVM☆99Updated 5 years ago
- The Duck Programming Language☆109Updated 7 years ago
- Toy compiler for a fictional go-like language called Gone.☆28Updated 4 years ago
- A Python-like systems programming language☆84Updated 8 years ago
- An Earley-Algorithm Context-free grammar Parser Toolkit☆45Updated last month
- A simple stack-based virtual machine in C++ with a Forth like programming language☆165Updated 3 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 6 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…☆401Updated 9 years ago
- Compiler for C language in python☆275Updated 6 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆60Updated 10 years ago
- Standalone ASDL parser for upstream CPython 3.x☆61Updated 6 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆136Updated 2 months ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆73Updated 12 years ago
- Compiler for the COOL programming language in Python 3☆40Updated 5 years ago
- Convenient parser generator for Python(check out https://github.com/thautwarm/RBNF for an advanced version).☆65Updated 6 years ago
- Python to C99/OpenCL/JS compiler☆64Updated 8 years ago
- Python Abstract Syntax Tree viewer in Qt☆104Updated last year
- Java Virtual Machine implemented in pure python☆241Updated 3 years ago
- A new language for the web☆386Updated 4 months ago
- LLVM compiler for python based on py2llvm☆133Updated 9 years ago
- Simple JavaScript interpreter, using python. c++ version: https://code.google.com/p/tiny-js/☆17Updated 9 years ago
- ☆72Updated 2 years ago
- Grako (for grammar compiler) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers i…☆34Updated 11 years ago