nfa topic

List nfa repositories

libfsm

915
Stars
52
Forks
Watchers

DFA regular expression library & friends

regex

3.4k
Stars
415
Forks
Watchers

An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

jflex

576
Stars
111
Forks
Watchers

The fast scanner generator for Java™ with full Unicode support

regex-automata

353
Stars
26
Forks
Watchers

A low level regular expression library that uses deterministic finite automata.

lexmachine

402
Stars
31
Forks
Watchers

Lex machinary for go.

hyperscan-java

170
Stars
45
Forks
Watchers

Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5

librxvm

60
Stars
1
Forks
Watchers

non-backtracking NFA-based regular expression library, for C and Python

Regex

79
Stars
25
Forks
Watchers

An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)

visual-automata

56
Stars
8
Forks
Watchers

Visual Automata is a Python 3 library built as a wrapper for the Automata library to add more visualization features.

fauton

42
Stars
3
Forks
Watchers

An ecosystem of packages to work with automaton and parsers (dfa/nfa/e-nfa/regex/cfg/pda)