ssc/tokenize.bat

3 lines
83 B
Batchfile

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