This is the ISO15926-7 template expander. It is provided under a BSD-style open source license, see the LICENSE file. The distribution is structured as an Eclipse project, but the tool can be used without Eclipse. It can be used from the command line or as an applet. Instructions and binaries are in the "applet" and "cmdline" directories. Dependencies ------------ The template expander uses - ANTLR 2.7.6, a parser generator, see www.antlr.org. For use in eclipse, get the ANTLR plugin for eclipse. For stand-alone use or in an applet, you can use antlr-modified.jar from the applet/antlr-patch directory. The ANTLR license is replicated in applet/antlr-patch/LICENSE-antlr.txt - JPPlib 0.6, a pretty-printing library, see jpplib.sourceforge.net. The jar file is included with the template expander. The JPPlib license is replicated in LICENSE-JPPlib.