go-parsekit/parse
Maurice Makaay 8ef9aed096 Switching from various Byte and Rune handlers to single Char handlers.
The Char handlers determine on their own if they should handle things
in byte or rune mode.
2019-07-29 09:45:25 +00:00
..
api.go Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte. 2019-07-28 23:50:58 +00:00
assertions_test.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:57 +00:00
callerinfo.go Backup changes for performance fixes. 2019-07-05 15:07:07 +00:00
handler.go Big overhaul on separating packages for code containment. 2019-06-12 14:30:46 +00:00
parse.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
parse_test.go Switching from various Byte and Rune handlers to single Char handlers. 2019-07-29 09:45:25 +00:00