compiler-design topic

List compiler-design repositories

yacv

136
Stars
9
Forks
Watchers

Yet Another Compiler Visualizer

xl

265
Stars
15
Forks
Watchers

A minimalist, general-purpose programming language based on meta-programming and parse tree rewrites

compiler

167
Stars
42
Forks
Watchers

Implementing a complete Compiler for a simple C-like language using the C-tools Flex and Bison

oakc

714
Stars
22
Forks
Watchers

A portable programming language with a compact intermediate representation

CSE-Labs

136
Stars
87
Forks
Watchers

Lab programs and Assignments for MIT CSE dept.

librxvm

60
Stars
1
Forks
Watchers

non-backtracking NFA-based regular expression library, for C and Python

PigletC

58
Stars
8
Forks
Watchers

A toy C-like language compiler for PigletVM

tryC

123
Stars
14
Forks
Watchers

Write a tiny interpreter by C language in 500+ lines