* add three new specials: `$not`, `$ternary(if_true, if_false, strict=False)`, and `$strip`. The first two are intended to help with handling booleans, the other strips whitespace off of strings
* added in some tests and test data
* update docs, documenting new features and correcting some basic mistakes