Java Interpreter for the Low Entropy Model Specification language.
See http://lems.github.com/LEMS
Clone the repository:
git clone git://github.com/LEMS/jLEMS.git
Install with Maven:
cd jLEMS
mvn install
Run an example:
./lems src/test/resources/example1.xml (Linux/Mac)
lems.bat src\test\resources\example1.xml (Windows)