Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 519 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 519 Bytes

jLEMS

Java Interpreter for the Low Entropy Model Specification language.

See http://lems.github.com/LEMS

Quick installation

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)

Build Status