Languasaurus is (eventually going to be) a language recognition tool to construct regular expressions and lexical and syntax analyzers (i.e. scanners and parsers).
To dig into the sub-components of this project:
- The Regular Expressions component
- The Scanner component
- The Parser component (not yet implemented)