go-parsekit/tokenize
Maurice Makaay 7bc7fda593 Backup changes for performance fixes. 2019-07-05 15:07:07 +00:00
..
api.go Backup changes for performance fixes. 2019-07-05 15:07:07 +00:00
api_test.go Backup changes for performance fixes. 2019-07-05 15:07:07 +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 Big overhaul on separating packages for code containment. 2019-06-12 14:30:46 +00:00
handler.go Small code cleanup things, mainly backing up the changes. 2019-06-18 15:46:09 +00:00
handler_test.go Backup work. 2019-07-03 15:46:43 +00:00
handlers_builtin.go Backup changes for performance fixes. 2019-07-05 15:07:07 +00:00
handlers_builtin_test.go Made a distinction between MatchWhitespace() and MatchUnicodeSpace(). 2019-07-04 11:32:07 +00:00
result.go Backup changes for performance fixes. 2019-07-05 15:07:07 +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 Made a distinction between MatchWhitespace() and MatchUnicodeSpace(). 2019-07-04 11:32:07 +00:00
tokenizer_whitebox_test.go Big overhaul on separating packages for code containment. 2019-06-12 14:30:46 +00:00