abstract

minibpp is a simple precompiler for BeanShell templates. it consists of a stripped down version of BPP (The Beanshell Preprocessor) written by Warren D. MacEvoy jr. where everything complicated has been removed so the code is easy to understand and change. it uses JavaCC to compile.

contact

the dot gray at gmx dot net (write in english or german)

license

minibpp is released under the GPL.

requirements

JDK 1.4.2 or newerhttp://java.sun.com/j2se/1.4.2/

download

$(project)-$(version).jar(binaries)
$(project)-$(version)-src.jar(sources)

see changes.txt for changes in version $(version).

usage

call java -jar $(project)-$(version).jar to compile a template from stdin to stdout.
to use it from a script try the code from test/test.bsh in the source jar.