ginger/gg
Brian Picciano c5aa582226 Improve semantics of tokens and values obtained from them.
Now gg.Values can carry the token used to parse them, which will be
useful later when generating errors.
2021-12-28 09:49:02 -07:00
..
decoder_test.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
decoder.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
gg_test.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
gg.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
lexer_test.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
lexer.go Improve semantics of tokens and values obtained from them. 2021-12-28 09:49:02 -07:00
util_test.go Implement Decoder 2021-12-27 15:45:18 -07:00