swapagarwal / automata-from-regex
An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.
☆100Updated 4 years ago
Alternatives and similar repositories for automata-from-regex:
Users that are interested in automata-from-regex are comparing it to the libraries listed below
- Solutions to exercises of Modern Compiler Implementation in C book☆36Updated 5 years ago
- A python program to build nfa, dfa and minimised DFA from given regular expression. Uses Tkinter for GUI and GraphViz for graphs.☆119Updated 11 years ago
- [WIP] Interval Analysis on LLVM IR☆12Updated 4 years ago
- c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成…☆252Updated 7 years ago
- C language compiler (LLVM + MIPS dual backend with the visualization interface). Complete models about lexical analysis, syntax analysis,…☆24Updated 6 years ago
- 这是我自己用C++写的一个小型数据库,其中包括语义分析,存储管理,检索优化(主要用到了B+树,B+树也是自己写的)☆16Updated 8 years ago
- my solution for MIT 6.828 Fall 2014☆16Updated 8 years ago
- ☆30Updated 3 years ago
- 华东师范大学 2019 年秋季学期编译原理实践课作业,实现一个 CX 语言到 P 语言的、可以自举的编译器,本项目为使用 Java + ANTLR4 实现的包含词法分析、语法分析 、语义分析以及代码生成的编译器,包含了大多数 C 语言要素。 Keywords: 编译原理, 编…☆8Updated 4 years ago
- An optimizing compiler in the Chinese Collegiate Student System Capability Challenge (Compiler Track) 2021☆61Updated 2 months ago
- A compiler of C subset by USTB OWL Wheel Lab.☆12Updated 2 years ago
- Some CS notes during Jiawei's undergrad.☆31Updated 3 years ago
- A toy compiler written in C++17 that translates SysY (a C-like toy language) into ARM-v7a assembly.☆138Updated 3 years ago
- Coursera Course (Stanford CS143)☆24Updated 10 years ago
- A toy complier.☆119Updated 2 years ago
- 操作系统 2019 ucore labs☆46Updated 5 years ago
- a compiler implementation☆56Updated 12 years ago
- compiler course info☆248Updated last year
- 2022 年春季学期清华大学《软件分析与验证》课程实验平台 (Lab for Software Analysis and Verification, 2022 Spring, Tsinghua University)☆205Updated 3 weeks ago
- C++ program to compress any file using the standard Huffman encoding algorithm☆30Updated 5 years ago
- SJTU SE302 编译原理与技术 Tiger编译器☆43Updated 7 years ago
- The MiniDecaf compilers.☆67Updated 4 years ago
- THU2017年小学期程序设计训练大作业 (Sudoku, Draughts, 人物信息检索)☆46Updated 7 years ago
- A similarity measurer on two programming assignments on Online Judge.☆9Updated 2 years ago
- A fast compiler for SysY code☆18Updated 2 years ago
- An efficient C++ multi-threaded sorting function based on C++11 threads☆27Updated 8 years ago
- LLVM dataflow analysis framework; Reaching Definition Analysis; Liveness Analysis, May-point-to Definition Analysis ; inter-procedural m…☆25Updated 5 years ago
- Compiler Construction Principles and Practice by Kenneth C. Louden☆70Updated last year
- A compiler for a C-like toy language (named "SysY") into ARMv7a assembly, written in C++17☆43Updated 4 years ago
- A naive key-value database as the project of Storage Technology Foundations course☆10Updated 5 years ago