Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 447 Bytes

JITsonnet

A JIT compiler for Jsonnet programming language.

Usage (via Docker)

git clone https://github.com/ushitora-anqou/jitsonnet.git
cd jitsonnet
docker build . -t jitsonnet:dev
docker run -v $PWD:/pwd jitsonnet:dev run --haskell /pwd/path/to/file.jsonnet

License

Each submodule in thirdparty/ are distributed under its own licese.

The rest of the files are licensed under MIT License. See the LICENSE file for details.