/c-calc2

Redoing my calculator in C.

Primary LanguageCGNU General Public License v3.0GPL-3.0

README for c-calc2

C-calc2

This is my second attempt at writing a calculator. The first attempt was c-calc.

This calculator has a simpler approach (there is no tokenizer step).

GOALS [0/2]

  • [ ] Feature parity with c-calc.
  • [ ] Operator precedence system.