go-parsekit/tokenize
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
api_bytemode.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
api_bytemode_test.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
api_input.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
api_output.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
api_result.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
api_runemode.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
api_runemode_test.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
api_test.go Switching from various Byte and Rune handlers to single Char handlers. 2019-07-29 09:45:25 +00:00
assertions_test.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
callerinfo.go A few small changes used for TOML support. 2019-06-23 12:06:31 +00:00
callerinfo_test.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:57 +00:00
handler.go Fixing some naming inconsistencies. 2019-07-23 17:55:13 +00:00
handler_test.go Switching from various Byte and Rune handlers to single Char handlers. 2019-07-29 09:45:25 +00:00
handlers_builtin.go Switching from various Byte and Rune handlers to single Char handlers. 2019-07-29 09:45:25 +00:00
handlers_builtin_test.go Switching from various Byte and Rune handlers to single Char handlers. 2019-07-29 09:45:25 +00:00
token.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:57 +00:00
token_test.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:57 +00:00
tokenize.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
tokenizer_test.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
tokenizer_whitebox_test.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