Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 319 Bytes

Calculator

A calculator written in go, evaluating the expression using postfix expression evaluation.

ToDo list

  • Test it lol
  • Add support for negative number (forgot it lol)
  • Add support for functions such as abs() and sin()
  • idk