Removed testing shit
This commit is contained in:
parent
99e7afc610
commit
b225dabb3d
4 changed files with 3 additions and 16 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
@echo off
|
||||
java -jar grammatica.jar "sunscript.grammar" --csoutput ".\generated" --csnamespace "arookas" --csclassname "__sun"
|
||||
pause
|
|
@ -1,3 +0,0 @@
|
|||
@echo off
|
||||
java -jar grammatica.jar "sunscript.grammar" --parse "test.sun"
|
||||
pause
|
|
@ -1,3 +0,0 @@
|
|||
@echo off
|
||||
java -jar grammatica.jar "sunscript.grammar" --tokenize "test.sun"
|
||||
pause
|
Loading…
Reference in a new issue