compiler-principles topic

List compiler-principles repositories

MiniC

21
Stars
1
Forks
Watchers

编译原理课程项目 C Minus

hellex

17
Stars
10
Forks
Watchers

Simple "Hello World" for lex (flex) and yacc (bison) compiler of compilers

Nasal-Interpreter

54
Stars
4
Forks
Watchers

Modern efficient runtime for Nasal: using stack-based direct-threading virtual machine.

Calculator.rs

97
Stars
3
Forks
Watchers

A simple command-line calculator program writen with Rust.

Experiment-Of-Compiler-Principles

39
Stars
5
Forks
Watchers

Course Experiment of Compiler Principles(Compiler Theory) 【Visualization】.. 编译原理实验,主要包括:1. C语言词法分析(代码扫描器) 2. 用递归方法实现的Thompson算法将正则表达式转换为NFA、DFA、最小化...

CppCompiler

16
Stars
2
Forks
Watchers

A C# application that simulates the important workflow of a C++ compiler, continuous updating ...

ir-virtual-machine

30
Stars
3
Forks
Watchers

哈尔滨工业大学/南京大学编译原理课程实验Web版IR虚拟机(含CLI版)💎The remastered Web IR Virtual Machine for HIT/NJU Compilation Principle Labs (with CLI version)

tulip

17
Stars
1
Forks
Watchers

A domain specific language for guitar tablatures typesetting based on an old and almost lost music notation.

cmmc

38
Stars
2
Forks
Watchers

An unofficial reference implementation of the C Minus Minus Compiler

MicroCompiler

15
Stars
2
Forks
Watchers

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