Removed testing shit

This commit is contained in:
arookas 2016-02-19 14:05:39 -05:00
parent 99e7afc610
commit b225dabb3d
4 changed files with 3 additions and 16 deletions

10
.gitignore vendored
View file

@ -1,6 +1,6 @@
# premake
premake5.bat
premake5.exe
# executables
*.bat
*.exe
# visual studio
*.csproj
@ -12,7 +12,3 @@ bin/
# generated types
generated/
# testing
test.sun
test.sb

View file

@ -1,3 +0,0 @@
@echo off
java -jar grammatica.jar "sunscript.grammar" --csoutput ".\generated" --csnamespace "arookas" --csclassname "__sun"
pause

View file

@ -1,3 +0,0 @@
@echo off
java -jar grammatica.jar "sunscript.grammar" --parse "test.sun"
pause

View file

@ -1,3 +0,0 @@
@echo off
java -jar grammatica.jar "sunscript.grammar" --tokenize "test.sun"
pause