go-parsekit/tokenize
Maurice Makaay 7116aa47df Squishing out more performance. 2019-07-12 00:21:02 +00:00
..
api.go Squishing out more performance. 2019-07-12 00:21:02 +00:00
api_test.go Squishing out more performance. 2019-07-12 00:21:02 +00:00
assertions_test.go Made all unit tests work again. 2019-07-11 14:55:08 +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
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 Fixed the ModifyDrop() behavior. It worked, but it caused memory build-up in the old implementation. 2019-07-11 14:52:12 +00:00
handler_test.go Made all unit tests work again. 2019-07-11 14:55:08 +00:00
handlers_builtin.go Squishing out more performance. 2019-07-12 00:21:02 +00:00
handlers_builtin_test.go Made all unit tests work again. 2019-07-11 14:55:08 +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 Fixed the ModifyDrop() behavior. It worked, but it caused memory build-up in the old implementation. 2019-07-11 14:52:12 +00:00
tokenizer_test.go Made all unit tests work again. 2019-07-11 14:55:08 +00:00
tokenizer_whitebox_test.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:57 +00:00