public class MergeGrammars
extends java.lang.Object
Merges grammars in files whose names are listed second through last
in lines from System.in and writes the result to the file whose name
is listed in the first line from System.in.
Command line usage:
java asd/MergeGrammars < buildList.txt
where buildList.txt contains a list of file names, one per grammar, on
separate lines, starting with the name of the file for the resulting merged
grammar and followed by the names of the files to be merged, in the order
in which they are to be merged.
- Author:
- James A. Mason