sdht0 / automata-from-regexLinks
A python program to build nfa, dfa and minimised DFA from given regular expression. Uses Tkinter for GUI and GraphViz for graphs.
☆122Updated 8 months 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
Sorting:
- An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.☆104Updated 5 years ago
- Regular expression engine in Python using Thompson's algorithm.☆114Updated 5 years ago
- Covert ANTLR4 book source code to Python3 version.☆428Updated 2 years ago
- A simple plagiarism detection tool for python code☆189Updated 2 years ago
- Tree edit distance using the Zhang Shasha algorithm☆458Updated 5 years ago
- Control flow graph and test requirement generation for a Java code.☆14Updated 11 years ago
- Compiler for C language in python☆275Updated 7 years ago
- Convert source code into numerical tokens☆65Updated 2 years ago
- A simple Python wrapper around the DBLP API, currently supporting author search and author and publication lookup.☆79Updated 3 years ago
- Autoreject.org — An automatic review generator☆69Updated last year
- Pyc-cfg is a pure python control flow graph builder for almost all Ansi C programming language.☆56Updated 7 years ago
- An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)☆88Updated 2 years ago
- A Python implementation of the Winnowing (local algorithms for document fingerprinting)☆54Updated 6 years ago
- the code for three models introduced in DYNAMIC NEURAL PROGRAM EMBEDDINGS FOR PROGRAM REPAIR (ICLR 18)☆33Updated 7 years ago
- An ANTLR4 grammar for Python 3☆40Updated 3 years ago
- Python Abstract Syntax Tree viewer in Qt☆105Updated 2 years ago
- APTED algorithm for the Tree Edit Distance☆126Updated 7 years ago
- Python3 control flow graph generator☆205Updated 3 years ago
- Simple recursive and iterative SAT solver written in Python.☆123Updated 6 years ago
- 👨💻 My PhD.☆190Updated 3 years ago
- ANTLR 4 examples in Python☆39Updated 9 years ago
- Library for building abstract syntax trees from antlr parsers☆41Updated 5 years ago
- A toolkit for pre-processing large source code corpora☆47Updated 3 years ago
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆86Updated 7 years ago
- Characterizing the natural language descriptions in software logging statements [ASE'18]☆17Updated 7 years ago
- Repository for Deep API Learning (DeepAPI)☆56Updated 4 years ago
- A junkyard of all Tel Aviv University-related projects☆38Updated 13 years ago
- A Python library for simulating finite automata, pushdown automata, and Turing machines☆393Updated 3 weeks ago
- Py2C — a Python to C++ converter☆254Updated 4 years ago
- Implements Binary Search Trees, AVL Trees, Splay Trees, and Red Black Trees in Python with plotting.☆73Updated 6 years ago