nfa
There are 304 repositories under nfa topic.
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
katef/libfsm
DFA regular expression library & friends
jflex-de/jflex
The fast scanner generator for Java™ with full Unicode support
timtadh/lexmachine
Lex machinary for go.
BurntSushi/regex-automata
A low level regular expression library that uses deterministic finite automata.
gliwka/hyperscan-java
Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5
shushrutsharma/18CSC304J-CD
All the weekly lab work of the subject 18CSC304J Compiler Design.
jafarlihi/clex
clex is a simple lexer generator
dejavudwh/Regex
An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)
rohaquinlop/automathon
A Python library for simulating and visualizing finite automata
eriknyquist/librxvm
non-backtracking NFA-based regular expression library, for C and Python
PratikSavla/compiler-design-lab
These are my programs for compiler design lab work in my sixth semester
chyyuu/compiler_lab
Some toy labs for compiler course
lewiuberg/visual-automata
Visual Automata is a Python 3 library built as a wrapper for the Automata library to add more visualization features.
whitemech/pythomata
A Python package for automata theory.
yallop/ocaml-re-nfa
OCaml code to construct an NFA from a regular expression
Devorein/fauton
An ecosystem of packages to work with automaton and parsers (dfa/nfa/e-nfa/regex/cfg/pda)
kyx0r/pikevm
Russ Cox/Rob Pike pikevm regex implementation
ndSpacehead/1c_regexp
Работа с регулярными выражениями средствами платформы 1С:Предриятие
RunDevelopment/refa
A library for finite automata and regular expressions in the context of JS RegExp
amirkabiri/finite-automata
Graphical interface for designing finite automata
hritikbhandari/NFA-to-DFA-Converter
A Web Application to convert NFA to DFA.
luobotang/nfa
NFA generator, simulator
hidva/re2dot
根据正则表达式生成其对应 DFA 的状态转移图
fpgasystems/erbium
Business Rule Engine Hardware Accelerator
b30wulffz/automata-toolkit
A tiny library which contains tools to convert, minimize and visualize Regular Expressions, NFA and DFA.
digitalheir/java-nfa
🌁 Nondeterministic Finite State Automata for Java (in plain English: flowcharts with multiple possible outcomes)
aoac/IDPI
Advanced extra high speed deep packet inspect library with private AFDL language supported
MadhavJivrajani/simDFA
Simulations of deterministic finite automata in different languages!
imehar/regular-expression-to-NFA
A program to convert the given regular expression to Non Definite Automata (NFA)
jiefisher/matcher
rule matcher (context free grammar)
moorara/algo
Algorithms and Data Structure For Go Applications
nfa-vfxim/tk-houdini-flipbook
A Shotgun Toolkit app to create flipbook of your current scene with use of SGTK templates.
Amirhossein-Rajabpour/Finite-Automata-simulator
Theory of machines and languages course project.
Jack-Q/reg2dfa
Regular expression to DFA, with DOT format output for visualization
rezansrv/DFA-Minimizetion-JS
University project automata theory languages and computation