go-jsonnet/parser
Stanisław Barzowski c3459153df Location, error formatting and stack trace improvements (#59)
* Location, error formatting and stack trace improvements

* Static context for AST nodes
* Thunks no longer need `name`
* Prototype for showing snippets in error messages (old format still
available)
* Use ast.Function to represent methods and local function sugar.
* Change tests so that the error output is pretty
2017-10-03 14:27:44 -04:00
..
context.go Location, error formatting and stack trace improvements (#59) 2017-10-03 14:27:44 -04:00
lexer_test.go Move parser to its own package 2017-08-25 00:30:56 -04:00
lexer.go Location, error formatting and stack trace improvements (#59) 2017-10-03 14:27:44 -04:00
literalfield_set.go Move parser to its own package 2017-08-25 00:30:56 -04:00
parser_test.go Location, error formatting and stack trace improvements (#59) 2017-10-03 14:27:44 -04:00
parser.go Location, error formatting and stack trace improvements (#59) 2017-10-03 14:27:44 -04:00
static_error.go Location, error formatting and stack trace improvements (#59) 2017-10-03 14:27:44 -04:00