refa
A library for finite automata and regular expressions in the context of JS RegExp
Found 12 results for nfa
A library for finite automata and regular expressions in the context of JS RegExp
Automata utility package for FSMs, PDAs, TMs in JS/TS.
A greedy, streaming lexer written in vanilla Javascript
Takes a context-free grammar and converts it into a decision-making graph. Can produce interactive Guides which generate valid sentences from the grammar.
RegexSolver allows you to manipulate regular expressions as sets, enabling operations such as intersection, union, and subtraction.
Automaton generator from regular expressions
Tool to create and minimize DFA/NFA.
Unfancy state machine
A library to test any finite automaton with arbitrary alphabets
DFA based regex engine in typescript from scratch (not for production).
Library for creation and manipulation of finite automata
Regular Expression Lexer, Parser, and Minimizer