An open API service indexing awesome lists of open source software.

https://github.com/brandonhowe/sig-c-calculator


https://github.com/brandonhowe/sig-c-calculator

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Calculator Parser

This is the calculator parser project for SIG C. It evaluates arithmetic expressions e.g. 123 + 45 * (9 + 1). It reads input from a file, lexes, parses, and evaluates the result.