public class ASDOptimizer
extends java.lang.Object
This provides a self-standing optimizer for ASD grammars,
taking input from a grammar in its character file representation
and writing the optimized grammar to a new character file.
However, since the ASDEditor performs optimization when it saves
grammars to files, separate use of this ASDOptimizer is not normally
required.
Command-line usage:
java -cp asddigraphs.jar asd/ASDOptimizer
or, if asddigraphs.jar has been put in the system classpath:
java asd/ASDOptimizer
- Author:
- James A. Mason