M0ST4FA / RegEx

A C++ regular expression library.
MIT License
0 stars 0 forks source link

feat(LLParserGen): create LLParserGenerator struct. #19

Closed M0ST4FA closed 1 year ago

M0ST4FA commented 1 year ago

This commit adds the LLParserGenerator class and implements the methods needed to generate an LLParsingTable.

This commit also refactors many important classes to facilitate their use and make them more logical. These classes include Parser, LLParser and LRParser.