go-parsekit/tokenize
Maurice Makaay 7795588fe6 Speed improvement work. 2019-07-08 21:57:32 +00:00
..
api.go Speed improvement work. 2019-07-08 21:57:32 +00:00
api_test.go Backup work on performance improvements. 2019-07-08 14:31:01 +00:00
assertions_test.go Big overhaul on separating packages for code containment. 2019-06-12 14:30:46 +00:00
callerinfo.go A few small changes used for TOML support. 2019-06-23 12:06:31 +00:00
cursor.go implemented Cursor.moveByRune(), to get rid of some useless rune->string conversion for updating cursor positions. 2019-06-30 10:16:46 +00:00
cursor_test.go Backup changes for performance fixes. 2019-07-08 00:12:30 +00:00
handler.go Backup changes for performance fixes. 2019-07-08 00:12:30 +00:00
handler_test.go Backup changes for performance fixes. 2019-07-08 00:12:30 +00:00
handlers_builtin.go Backup changes for performance fixes. 2019-07-08 00:12:30 +00:00
handlers_builtin_test.go Made a distinction between MatchWhitespace() and MatchUnicodeSpace(). 2019-07-04 11:32:07 +00:00
result.go Speed improvement work. 2019-07-08 21:57:32 +00:00
result_test.go Made a distinction between MatchWhitespace() and MatchUnicodeSpace(). 2019-07-04 11:32:07 +00:00
tokenize.go Simplified some internal code, which also fixes a bug with correct error reporting from within parsekit in various edge cases. 2019-06-17 13:59:31 +00:00
tokenizer_test.go Backup work on performance improvements. 2019-07-08 14:31:01 +00:00
tokenizer_whitebox_test.go Backup changes for performance fixes. 2019-07-08 00:12:30 +00:00