dejavudwh / Regex
An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)
☆83Updated 2 years ago
Alternatives and similar repositories for Regex:
Users that are interested in Regex are comparing it to the libraries listed below
- 《自己动手写python虚拟机》C++实现☆73Updated 4 years ago
- DIY Compiler☆45Updated 8 months ago
- A toy complier.☆119Updated 2 years ago
- Some toy labs for compiler course☆58Updated 2 years ago
- 郑钢《自制编程语言》随书源码及读书笔记☆236Updated 2 years ago
- Write a tiny interpreter by C language in 500+ lines☆134Updated 2 years ago
- 上过的公开课的作业,源代码的注释版本,一个大杂烩。☆124Updated 6 years ago
- A tiny python interpreter for educational purpose☆110Updated 3 years ago
- General LR Parser(CMake,C++)☆63Updated 5 years ago
- A compiler that converts C language to Java bytecode or can directly interpret execution(将C源码编译成Java字节码的编译器,也可以选择直接解释执行)☆73Updated 5 years ago
- 《自己动手构造编译系统:编译、汇编与链接》随书源码☆376Updated last year
- Cb (C flat) compiler. Cb is simplified C.☆173Updated 8 years ago
- 课程主页☆32Updated 4 years ago
- A lightweight open-source C compiler for research and education.☆391Updated last month
- c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成…☆250Updated 7 years ago
- The Yu (羽) programming language.☆77Updated last year
- CS 346 RedBase Project (Stanford)☆37Updated 9 years ago
- A compiler for the course Compiler 2017 at ACM Class, SJTU.☆76Updated 6 years ago
- Parser Generator for LR(1) and LALR☆83Updated last year
- 现代编译原理(虎书)☆31Updated 7 years ago
- 一个用python写的编译器☆79Updated 5 years ago
- 解析C语言的解释器☆46Updated 6 years ago
- an interpreter language.☆28Updated last year
- OS教学实验:用Rust&C实现各种历史上的经典OS Kernels的实例☆48Updated 2 years ago
- A compiler for SimpleLang which is a new language.☆33Updated last year
- A handwritten Brainfuck JIT interpreter, mainly used for demonstration.☆46Updated last year
- 给新员工和实习生的生存指南。 Good Luck and Survive!☆230Updated 4 months ago
- 上海交通大学软件学院课程编译原理(SE3355)笔记☆49Updated 3 years ago
- 玩具c编译器,基于栈顶缓存的策略生成Linux和MacOS平台的x86-64汇编☆92Updated 4 months ago
- 《Static Single Assignment Book》- 中文翻译☆21Updated last year