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