Go to file
2016-01-21 13:11:48 -08:00
lexer_test.go Initial commit with lexer 2016-01-21 13:11:48 -08:00
lexer.go Initial commit with lexer 2016-01-21 13:11:48 -08:00
LICENSE Initial commit with lexer 2016-01-21 13:11:48 -08:00
README.md Initial commit with lexer 2016-01-21 13:11:48 -08:00
static_error.go Initial commit with lexer 2016-01-21 13:11:48 -08:00

go-jsonnet

This is a port of jsonnet to go. It is very much a work in progress.

This implementation is largely based on the the jsonnet C++ implementation.