Skip to content

keplerHaloxx/math_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.