Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 593 Bytes

Epsilon Language Server

A language server implementation for the Epsilon family of languages. It currently only supports EOL.

Build instructions

Build and install the static-analysis framework (forked):

git clone https://github.com/Frinksy/static-analysis -b fix/build
cd static-analysis/org.eclipse.epsilon.eol.staticanalyser
mvn clean install

Then from the root of the epsilon-language-server repository:

mvn package

The jar file will be in target/epsilonls-0.0.1-SNAPSHOT-jar-with-dependencies.jar