llvmlite
There are 28 repositories under llvmlite topic.
syegulalp/Akilang
A compiler for a simple language, built with Python and LLVM
ElykDeer/McNinja
Compile Binary Ninja's MLIL to LLVM, for purposes of analysis, patching, and compiling it back to a binary again.
matijakevic/mcircuit
A digital logic simulator inspired by Logisim.
jingle-lang/jingle
🔔 Jingle is a dynamically-typed, multi-paradigm programming language designed for humans and machines.
keosariel/gabby-lang
A simple programming language using llvmlite in python3
alinalihassan/pyLesma
Lesma Programming Language - old compiler written in Python. Please go to https://github.com/alinalihassan/Lesma for the current implementation
paivett/gone
Toy compiler for a fictional go-like language called Gone.
syegulalp/myjit
Experimental JIT/AOT for Python
LanceMoe/pyjiting
Pyjiting is a experimental Python-JIT compiler, which is the product of my undergraduate thesis. The goal is to implement a light-weight miniature general-purpose Python JIT compiler.
pfalcon/ullvm_c
Lightweight LLVM C API bindings for Pycopy and other Python implementations
antoniotejada/epycc
C99 just in time Python embeddable compiler with no external compiler dependencies so you can seamlessly use fast/existing C code from Python
Ayehavgunne/Mythril
A compiled Python-like multi-paradigm programming language.
papachristoumarios/pcl
:tomato: Compiler for the PCL Language written in Python
Aermoss/SimpleCompiler
A simple programming language frontend written in Python using LLVM.
jiamo/pcc
compile and eval c use python
Elisis/Mendl
A simple compiled programming language written in Python.
HonestFreak/Behenlang
Behenlang is a toy programming langauge inspired from Bhailang.
llvee/Llvee-LLVM-AI
An AI that automatically solves LLVM challenges for compiler engineers.
Aermoss/RSX-R
A compiled statically typed multi paradigm general purpose programming language designed for cross platform applications.
Aermoss/BrainFuck-Compiler
A simple BrainFuck compiler written in Python using LLVM.
danigoland/py36-alpine-llvm6
Python 3.6 alpine version with LLVM6 built from source(no official support for LLVM6 on Alpine yet)
Glacias/VSOP_Compiler
Implementation of a compiler for the VSOP language
operator-9/o9c
The Operator-9 open compiler.
Petroniuss/Compilers
Statically-typed Matlab-like language compiled using LLVM compiler infrastracture.
pfalcon/ullvmlite
Reimplementation of (subset of) of llvmlite Python module on top of https://github.com/pfalcon/ullvm_c
sanidhyas3s/space
Whitespace compiler written in Python using LLVM (llvmlite).
ZippeyKeys12/wappa
Compiler for a toy programming language