+ Use relative imports, so user modules named parser won't cause easyply to barf. + Suppress warnings from PLY. + Python 3 compatability. + Support literals (single-quoted characters in yacc grammar fragments)
1.2
+ Fixed Issue 2 + `easyply.process_all` no longer removes `px_` functions from the environment.
1.1
+ Support for class-based parsers (from furrykef). + Support for multiline rules and OR operator. + API changes all over the place :) + Documentation