There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Implements both a recursive-descent parser and a table-driven parser for the grammar of regular expressions. Also creates an expression tree to print regular expressions in prefix notation.