The goal of this project is to examine and implement algorithms that identify properties of, transform, and parse grammars. Although the current focus is Type-3 and Type-2 grammars, I would like to touch on Type-1 grammars at some point.
This is a continuation of my previous work under a new name and with a different programming language because I realized 2 things:
- Grammars are my true object of study, not exclusively parsing
- Go was not the correct language of choice