ssc/parse.bat

4 lines
80 B
Batchfile
Raw Normal View History

@echo off
java -jar grammatica.jar "sunscript.grammar" --parse "test.sun"
pause