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