go-toml/parser
Maurice Makaay 9f19add210 Now the parser code is out of the way, we can split up the state functions describing the syntax of TOML into separate files, while still keeping it maintainable. 2019-05-17 14:13:25 +00:00
..
parser.go Now the parser code is out of the way, we can split up the state functions describing the syntax of TOML into separate files, while still keeping it maintainable. 2019-05-17 14:13:25 +00:00
stringbuf.go Splitting off a more generic parser (it's fun getting to know a language, but you keep refactoring with all new stuff that you learn :-) 2019-05-17 12:44:24 +00:00
stringbuf_test.go Splitting off a more generic parser (it's fun getting to know a language, but you keep refactoring with all new stuff that you learn :-) 2019-05-17 12:44:24 +00:00
types.go Splitting off a more generic parser (it's fun getting to know a language, but you keep refactoring with all new stuff that you learn :-) 2019-05-17 12:44:24 +00:00
user_api.go Splitting off a more generic parser (it's fun getting to know a language, but you keep refactoring with all new stuff that you learn :-) 2019-05-17 12:44:24 +00:00