Repository navigation

#

compiler-principles

MIT视频公开课《计算机程序的构造和解释》中文化项目及课程学习资料搜集。

Ruby
11104
2 年前

一个拍照做题程序。输入一张包含数学计算题的图片,输出识别出的数学计算式以及计算结果。This is a mathematic expression recognition project.

Python
2340
4 年前

A tiny evaluator and compiler of arithmetic expressions.

JavaScript
778
5 年前

My course design for compiler theory (Visualization).

C++
285
8 年前
JavaScript
214
6 年前

Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds

Swift
163
7 年前

A simple command-line calculator program writen with Rust.

Rust
100
9 个月前

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

C++
58
1 个月前

An unofficial reference implementation of the C Minus Minus Compiler

C++
55
3 个月前

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

C++
45
6 年前

SJTU SE302 编译原理与技术 Tiger编译器

C
43
7 年前

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

TypeScript
36
1 年前

a simple pl/0 compiler implemented in rust.

Rust
35
7 个月前

Astview is a graphical viewer for abstract syntax trees

Haskell
25
3 年前

编译原理课程项目 C Minus

Python
21
4 年前

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

Makefile
18
7 年前

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

C
17
4 年前

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

Python
17
4 年前