graalvm / simplelanguage

A simple example language built using the Truffle API.
http://openjdk.java.net/projects/graal/
Universal Permissive License v1.0
606 stars 198 forks source link

The sl script now uses the language fat jar to run. #64

Closed boris-spas closed 5 years ago

boris-spas commented 5 years ago

This avoids the need to explicitly handle the anlr dependency, since it's included in the fat jar.