Split the Solution in three Projects for a better overiew.
- Parser Core
- Handles Automaton Generation
- Manages Parsing + Validation
- Code Generator
- Generates the code that can be used in external projects
- Contains templates for all class types
- Test Project
- Example for usage of the Parser Generator
- Uses Code Generator as EXE to create parser code to local project folder
- includes Parser Core as DLL that is relevant for final build
Split the Solution in three Projects for a better overiew.