rework everything; add emacs output mode
authorChristian Weiske <[email protected]>
Wed, 9 Dec 2015 19:59:29 +0000 (20:59 +0100)
committerChristian Weiske <[email protected]>
Wed, 9 Dec 2015 19:59:29 +0000 (20:59 +0100)
commit89726a06721c1c91569426b98d2187316a9253d9
tree07ef60c8437d3aaeb7a35e22785f06453dee7653
parent0f7963bb111a1a08ca51531c9b28681b2c33f1e9
rework everything; add emacs output mode
bin/php-sqllint
src/phpsqllint/Autoloader.php [new file with mode: 0644]
src/phpsqllint/Cli.php [new file with mode: 0644]
src/phpsqllint/Renderer.php [new file with mode: 0644]
src/phpsqllint/Renderer/Emacs.php [new file with mode: 0644]
src/phpsqllint/Renderer/Text.php [new file with mode: 0644]