frederickjeanguerin / pykaleidoscopeLinks
Kaleidoscope using Python and llvmlite
☆32Updated 9 years ago
Alternatives and similar repositories for pykaleidoscope
Users that are interested in pykaleidoscope are comparing it to the libraries listed below
Sorting:
- A compiler for a simple language, built with Python and LLVM☆100Updated 6 years ago
- Implementation of the LLVM tutorial in Python using llvmlite☆331Updated 10 months ago
- Experiments for the official PEG parser generator for Python☆281Updated last year
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- Toy compiler for a fictional go-like language called Gone.☆29Updated 5 years ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆387Updated 2 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆145Updated this week
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆352Updated last month
- Automatically exported from code.google.com/p/tinypy☆249Updated last year
- A universal Python parser combinator library inspired by Parsec library of Haskell.☆225Updated last year
- 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…☆400Updated 10 years ago
- Python compiler that utilizes PLY and llvmlite☆12Updated 7 years ago
- Lesma Programming Language - old compiler written in Python. Please go to https://github.com/alinalihassan/Lesma for the current implemen…☆41Updated 3 years ago
- The Mys programming language - an attempt to create a statically typed Python-like language that produces fast binaries. See https://mys-…☆132Updated 3 years ago
- Python module to modify bytecode☆326Updated last week
- C/C++ source generation from an AST☆168Updated last week
- A simple virtual machine w/constant folding implemented in Python☆119Updated 5 years ago
- ☆44Updated 6 years ago
- A compiler for x86-64 with an SLR parser.☆10Updated last year
- Recursive descent parsing library for Python based on functional combinators☆356Updated last year
- C89 expressions parsed with the shunting yard algorithm in Python☆84Updated last year
- Code used on "Writing your own programming language and compiler with Python" post☆238Updated 5 years ago
- List of languages that compile to python☆274Updated last year
- Multi-paradigm programming language compiled to C++, written in Python.☆58Updated 2 years ago
- ☆608Updated 8 years ago
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆284Updated 2 months ago
- Tools for rapid prototyping of DSL compilers☆87Updated 4 years ago
- This project's lifetime has ended. The successor is https://github.com/thautwarm/frontend-for-free which is WIP. You can check lark-parse…☆41Updated 7 years ago
- Compile a subset of the Python AST to x64-64 assembler☆145Updated last year
- Small C interpreter written in Python from scratch. Project was written as a part of course Compiler Construction at The Faculty Of Compu…☆52Updated 7 years ago