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.
the dot gray at gmx dot net (write in english or german)
minibpp is released under the GPL.
JDK 1.4.2 or newer | http://java.sun.com/j2se/1.4.2/ |
$(project)-$(version).jar | (binaries) | |
$(project)-$(version)-src.jar | (sources) |
see changes.txt for changes in version $(version).
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.