Use composition rather than inheritance to differentiate between different operators...
authorDavid Kerkeslager <kerkeslager@gmail.com>
Sun, 6 Aug 2017 19:25:41 +0000 (15:25 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Sun, 6 Aug 2017 19:25:41 +0000 (15:25 -0400)
commit0688f4292f21775dc3878e658b224fe93f996824
treece2551ab909b1411a1e74aba82ee7f69e2297814
parent86b89803c998b83e80ddfc762aac2839deca7655
Use composition rather than inheritance to differentiate between different operators of the same level in parsing
parsing.py
transformation.py