go-parsekit/tokenize
Maurice Makaay 548289560b Code cleanup. 2019-07-24 11:03:02 +00:00
..
api.go Code cleanup. 2019-07-24 11:03:02 +00:00
api_bytemode.go Added multi-byte peeks for some performance improvements. 2019-07-23 23:23:40 +00:00
api_input.go Use zero-indexed cursor positioning data inside stackframes. This simplifies some things. 2019-07-24 10:34:24 +00:00
api_input_test.go Fixing some naming inconsistencies. 2019-07-23 17:55:13 +00:00
api_output.go Fixing some naming inconsistencies. 2019-07-23 17:55:13 +00:00
api_runemode.go Fixing some naming inconsistencies. 2019-07-23 17:55:13 +00:00
api_test.go Use zero-indexed cursor positioning data inside stackframes. This simplifies some things. 2019-07-24 10:34:24 +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
handler.go Fixing some naming inconsistencies. 2019-07-23 17:55:13 +00:00
handler_test.go Made all unit tests work again. 2019-07-11 14:55:08 +00:00
handlers_builtin.go Use zero-indexed cursor positioning data inside stackframes. This simplifies some things. 2019-07-24 10:34:24 +00:00
handlers_builtin_test.go Use zero-indexed cursor positioning data inside stackframes. This simplifies some things. 2019-07-24 10:34:24 +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 Fixing some naming inconsistencies. 2019-07-23 17:55:13 +00:00
tokenizer_test.go Fixing some naming inconsistencies. 2019-07-23 17:55:13 +00:00
tokenizer_whitebox_test.go Added multi-byte peeks for some performance improvements. 2019-07-23 23:23:40 +00:00