compiler-frontend topic

List compiler-frontend repositories

cplusplus

114
Stars
11
Forks
Watchers

A compiler front end for the C++ language

compiler-touch

25
Stars
7
Forks
Watchers

Sample of building control flow graph, SSA form, phi nodes, LLVM IR for imagined language.

clangir

290
Stars
82
Forks
Watchers

A new (MLIR based) high-level IR for clang.

kagsa

64
Stars
4
Forks
Watchers

KAGSA PROGRAMMING LANGUAGE

vast

350
Stars
23
Forks
Watchers

VAST is an experimental compiler pipeline designed for program analysis of C and C++. It provides a tower of IRs as MLIR dialects to choose the best fit representations for a program analysis or furth...

cparse

49
Stars
1
Forks
Watchers

cparse is an LR(1) and LALR(1) parser generator

compiler

30
Stars
6
Forks
Watchers

A simple compiler written from scratch in C++ for an undergraduate course in program translation.

MicroCompiler

15
Stars
2
Forks
Watchers

一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser

MiniLang

136
Stars
3
Forks
Watchers

A type-safe C successor that compiles directly to various platforms.

CFront

15
Stars
4
Forks
Watchers

A C language parser built from the scratch, without using compiler generator.