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