Go to file
Joe Beda 642ec89b13 Merge pull request #1 from google/fix_build
Fix build errors, implement parseCommaList
2016-02-20 18:17:49 -08:00
.travis.yml Improve test coverage, add README badges. 2016-01-21 13:40:20 -08:00
ast.go Fix build errors, implement parseCommaList 2016-02-19 22:25:18 -05:00
CONTRIBUTING Add CONTRIBUTING, add newline to end of other files 2016-02-19 17:36:19 -05:00
lexer_test.go Improve test coverage, add README badges. 2016-01-21 13:40:20 -08:00
lexer.go Check in work in progress on parser. Doesn't build right now. 2016-02-16 10:46:31 -08:00
LICENSE Add CONTRIBUTING, add newline to end of other files 2016-02-19 17:36:19 -05:00
parser.go Fix build errors, implement parseCommaList 2016-02-19 22:25:18 -05:00
README.md Add CONTRIBUTING, add newline to end of other files 2016-02-19 17:36:19 -05:00
static_error.go Initial commit with lexer 2016-01-21 13:11:48 -08:00

go-jsonnet

GoDoc Widget Travis Widget Coverage Status Widget

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.