Compiler topic

Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.

List Compiler repositories

Bird

15
Stars
1
Forks
Watchers

🐦 A programming language written entirely in Microsoft's batch scripting language. Yeah it's stupid

MWCompiler

9
Stars
0
Forks
Watchers

A Compiler for Mx language @ ACM Class, SJTU 2016

arocc

779
Stars
47
Forks
Watchers

A C compiler written in Zig.

bog

521
Stars
13
Forks
Watchers

Small, strongly typed, embeddable language.

ezc

18
Stars
0
Forks
Watchers

compiler for ez (a language that I made)

Cantonese

1.1k
Stars
45
Forks
Watchers

粤语編程語言.The Cantonese programming language.

cf-lang

19
Stars
2
Forks
Watchers

The CF programming language. A programming language inspired by some war movies! 💣💣

blep

14
Stars
1
Forks
Watchers

A programming language to create variables with boop and print them with bark.

typelang

211
Stars
0
Forks
Watchers

🌳 A tiny language interpreter implemented purely in TypeScript's type-system

EuroLLVM19

15
Stars
2
Forks
Watchers

Implementing SPMD control flow in LLVM using reconverging CFGs - Vectorizing Divergent Control-Flow for SIMD Applications