Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 237 Bytes

File metadata and controls

9 lines (5 loc) · 237 Bytes

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))