Was using specific antlr 4.6.1 commit (later renamed to 4.7)
0.5.1
was previously excluded from MANIFEST.in, making the library throw an error on import :(
0.5.0
0.4.1
0.4.0
* fixed bug where putting multiple clauses (e.g. two ORDER BY clauses) on a SELECT statement, caused it to omit both ORDER BYs on AST (now only includes the first).
See example file `antlr_plsql/tests/v0.3.yml`
0.3.0
1. All expressions now generate AST nodes 2. Aggregate funcs supported, but PARTITION BY is still unshaped 3. Order by, and having clause of SELECT statement good to go. 4. Added `%` to grammar
in tests, `v0.2.yml` has a list of sql commands used to verify AST shaping.