Repository navigation

#

compiler-principles

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

Ruby
11172
2 年前

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

Python
2353
5 年前

A tiny evaluator and compiler of arithmetic expressions.

JavaScript
781
6 年前

My course design for compiler theory (Visualization).

C++
285
9 年前
JavaScript
219
6 年前

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

Swift
163
8 年前

A simple command-line calculator program writen with Rust.

Rust
100
1 年前

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

C++
62
4 天前

An unofficial reference implementation of the C Minus Minus Compiler

C++
60
7 个月前

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

C++
44
7 年前

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

C
43
8 年前

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

TypeScript
40
1 年前

a simple pl/0 compiler implemented in rust.

Rust
36
10 个月前

PL/0 compiler & vm, course design for NUAA CCST 2020 Compiler Principles

C++
34
12 天前

Astview is a graphical viewer for abstract syntax trees

Haskell
25
3 年前

self-host llvm compiler project for fun

Rust
21
2 天前

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

Makefile
18
7 年前