python-term-parser This is just a simple written parser for numerical terms. It should be able to parse something like 12 + 8 * 7 (12+(8*7)) 7a^22 + 2b + 14b^2 (((7*(a^22)+(2*b))+(14*b^2))