ssc/tokenize.bat

4 lines
83 B
Batchfile
Raw Normal View History

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