compiler-backend
There are 58 repositories under compiler-backend topic.
One-Language/One
One (onelang) is an open-source system programming language that makes it easy to build reliable, efficient and performant software. (release as soon) 1️⃣ 🕐 🩱
Kixiron/lasso
A fast, concurrent string interner
NICUP14/MiniLang
A type-safe C successor that compiles directly to various platforms.
alexfru/regal86
Register Allocator for 8086
sacalon/sacalon
Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.
anaghasethu/KTU-sem7-compilerdesign-programs
KTU 7th Semester Compiler Design lab programs along with algorithms
signaldust/bunny-jit
Tiny optimizing JIT compiler backend.
RobbeDGreef/carbon-ir
The carbon intermediate representation language
ioanluca/real-world-idris
Malfunction backend for Idris with a FFI to OCaml
thautwarm/Quick-Backend
Idris, make back end, in 15 minutes, reusable, concise: https://bitbucket.org/thautwarm/ppl2020-idris-codegen-backend/src/master
BrandonKi/ARCVM
Small optimizing compiler backend with an SSA-based IR.
bynect/bflc
A modular compiler framework for Brainfuck-like languages
managarm/lewis
Lightweight SSA compiler suite
Typee-Language/Typee
A new generic object oriented programming language.
alex-s168/vxcc_v3
Optimizing Compiler Backend
BaseMax/ETCompilerGenerator
A tiny and old version of ONE(old name: ET) compiler written in C that generates C code as bytecode to build executable output. (lexer, parser, generator, flex, bison)
dmaivel/vscc
Experimental x86-64 compiler backend
elenderg/Portugues-Puro
Compilador para a Linguagem de Programação Português Puro
MarkMcCaskey/shiba-jit
A very early stage compiler backend for dynamic recompilation
vanaur/RCL-C
The RCL (Runtime Core Library) project aims to be a library for program evaluation, compilation and analysis through an abstract VM. It is mainly intended for language designers.
samrat/sambe
A compiler backend. WIP
Isible/citadel
An experimental Compiler framework/backend with a focus on safety and reliability
KFAFSP/base2-mlir
MLIR dialects for binary number representations.
wareya/BBAE
Basic Block Analysis Enabler - a compiler backend
christianparpart/flow
Flow Control Language, Compiler, and Virtual Machine
clflushopt/glouton
Optimizing compiler for a subset of the C0 language (WIP).
radinParsaei/CompilerBackend
Compiler Backend for https://github.com/radinParsaei/VM
slang-project/SLang-Codegen-LLVM
The LLVM-based backend (code generator) for the SLang programming language compiler
bradobro/qbe
An unmaintained mirror of git://c9x.me/qbe.git. (There is an older mirror at https://github.com/8l/qbe, but it doesn't seem to be current.) See https://c9x.me/compile/ for documentation.
coord-e/article-ccc-backend
cccコンパイラのバックエンド
Gast91/C--Compiler
A toy C++ Compiler written in C++. Mainly used for educational purposes. Was part of a final year dissertation.
MannarAmuthan/jit-prototype
Simple JIT Interpreter Engine prototype using libjit
Masioki/Compiler
Simple, custom, scripting language compiler
mauro-balades/sslb
😊 Super Simple Language Backend - An IR constructed language backend that can compile to various different targets, designed to be simple and safe.
mbassale/glox
Glox Programming Language Interpreter implementation in GO lang
sou3mar/java-compiler
Implementation of custom Java-like compiler using Jflex and JavaCup.