go-toml/parser
Maurice Makaay 3677ab18cb Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
..
helpers_test.go Phew, that was quite the update. I've now got a working implementation of a parser/combinator-like matching API, which prevents us from having to specify everything in state functions. That is way too low level for a lot of things. I'd rather have parser/combinator-style definitions for chunks of the input and keeping the state functions for higher level document structure parsing. 2019-05-19 23:35:03 +00:00
parser.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
parser_test.go Phew, that was quite the update. I've now got a working implementation of a parser/combinator-like matching API, which prevents us from having to specify everything in state functions. That is way too low level for a lot of things. I'd rather have parser/combinator-style definitions for chunks of the input and keeping the state functions for higher level document structure parsing. 2019-05-19 23:35:03 +00:00
syn_comments.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
syn_comments_test.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
syn_eof.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
syn_keyvaluepair.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
syn_keyvaluepair_test.go Phew, that was quite the update. I've now got a working implementation of a parser/combinator-like matching API, which prevents us from having to specify everything in state functions. That is way too low level for a lot of things. I'd rather have parser/combinator-style definitions for chunks of the input and keeping the state functions for higher level document structure parsing. 2019-05-19 23:35:03 +00:00
syn_strings.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00
syn_strings_test.go Backup work on code cleanup now the parser/combinator code is stable. 2019-05-20 12:24:36 +00:00