compiler-principles topic
hellex
Simple "Hello World" for lex (flex) and yacc (bison) compiler of compilers
Nasal-Interpreter
Modern efficient runtime for Nasal: using stack-based direct-threading virtual machine.
Calculator.rs
A simple command-line calculator program writen with Rust.
Experiment-Of-Compiler-Principles
Course Experiment of Compiler Principles(Compiler Theory) 【Visualization】.. 编译原理实验,主要包括:1. C语言词法分析(代码扫描器) 2. 用递归方法实现的Thompson算法将正则表达式转换为NFA、DFA、最小化...
CppCompiler
A C# application that simulates the important workflow of a C++ compiler, continuous updating ...
ir-virtual-machine
哈尔滨工业大学/南京大学编译原理课程实验Web版IR虚拟机(含CLI版)💎The remastered Web IR Virtual Machine for HIT/NJU Compilation Principle Labs (with CLI version)
tulip
A domain specific language for guitar tablatures typesetting based on an old and almost lost music notation.
cmmc
An unofficial reference implementation of the C Minus Minus Compiler
MicroCompiler
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser