go-parsekit/tokenize
Maurice Makaay 92e6eec7f3 implemented Cursor.moveByRune(), to get rid of some useless rune->string conversion for updating cursor positions. 2019-06-30 10:16:46 +00:00
..
api.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
api_test.go More documentation and examples. 2019-06-12 16:17:13 +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 Small code cleanup things, mainly backing up the changes. 2019-06-18 15:46:09 +00:00
handlers_builtin.go A few small changes used for TOML support. 2019-06-23 12:06:31 +00:00
handlers_builtin_test.go Small code cleanup things, mainly backing up the changes. 2019-06-18 15:46:09 +00:00
result.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
result_test.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
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 Working on documentation. 2019-06-12 15:24:09 +00:00
tokenizer_whitebox_test.go Big overhaul on separating packages for code containment. 2019-06-12 14:30:46 +00:00