4 lines
80 B
Batchfile
4 lines
80 B
Batchfile
|
@echo off
|
||
|
java -jar grammatica.jar "sunscript.grammar" --parse "test.sun"
|
||
|
pause
|