Skip to content
/ jLEMS Public
forked from LEMS/jLEMS

Java Interpreter for the Low Entropy Model Specification language

Notifications You must be signed in to change notification settings

FinnK/jLEMS

 
 

Repository files navigation

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

About

Java Interpreter for the Low Entropy Model Specification language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.4%
  • XSLT 7.3%
  • Other 0.3%