Skip to content

curoa/regular_expression_matcher

Repository files navigation

This code is implement of regular expression string match.

Parse regular expression and make syntax tree, make NFA (Nondeterministic Finite Automaton) from syntax tree, make DFA (Deterministic Finite Automaton) from NFA, minimize DFA, check string matching using DFA.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages