Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 273 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 273 Bytes

A simple math interpreter

Currently supports PLUS +, MINUS -, MULTIPLY *, DIVIDE /, POWER ^

I'd like to add functions such as sin(x) into the interpreter but this code is messy and all over the place. Maybe one day when I learn more I can redo this project.