* Completely rebuilt parsing to work off of a concrete syntax tree (parse tree)
* Parse tree now maintains comments and whitespace
* Supports updated filters syntax with key/value pairs
* Integrated GitHub-scraped LookML into tests
* Added Sphinx documentation and published to Read the Docs
* Migrated tests from docker-compose to tox