issues
search
TheToolsmiths
/
ddl
Data Definition Language for Game Development Tools
MIT License
4
stars
3
forks
source link
Develop
#16
Closed
flaxed
closed
5 years ago
flaxed
commented
5 years ago
The main updates on this PR are:
Created Unit Test project in Visual Studio
Updates to C# ANTLR parser:
Implemented visitors for existing grammar rules
Updated Model classes to better work with Unit Test cases
Updates to ANTLR Grammar to simplify and better fit the C# parser Model classes
Added build scripts to aid on the dev cycle
The main updates on this PR are: