Package jatha

Interface Summary
MacroFactory MacroFactories are used to create Macro objects when a macro call is encountered in a file.
 

Class Summary
DefaultMacroFactory This macro factory tries to create macros by dynamically loading a class in the "macros" package with the same name as the macro call.
Expander This is the class that does the actual macro expansion.
Macro This is the base class for all macros.
MacroUtil Helper functions for macros.
Main Usage: java jatha.Main [ -all | -quiet ] [-dir <directory>]