Skip to content

x1752x/math-interpreter

Repository files navigation

Simple calculator written in C.

What it does

  1. Splits a string into tokens.
  2. Converts tokens to reverse polish notation.
  3. Calculates the result.

TODO

  • Fix memory leaks
  • Add error handling

About

Math expressions interpreter (aka calculator)

Topics

Resources

Stars

Watchers

Forks