]> git.phdru.name Git - sqlconvert.git/history - mysql2sql/print_tokens.py
Simplify get_tokens_str; rename get_tokens_str -> tlist2str
[sqlconvert.git] / mysql2sql / print_tokens.py
2016-08-14 Oleg BroytmanSimplify get_tokens_str; rename get_tokens_str -> tlist2str
2016-08-14 Oleg BroytmanUse token_list.flatten() to simplify tree traversing
2016-08-11 Oleg BroytmanSimplify print_tokens()
2016-08-03 Oleg BroytmanDo not output statement separators in print_tokens
2016-07-29 Oleg BroytmanUse ._pprint_tree() instead of print_subtree()
2016-07-23 Oleg BroytmanOutput tokens to an output stream instead of printing
2016-07-23 Oleg BroytmanAdd some initial code and a small demo script