https://github.com/brandonhowe/sig-c-calculator
https://github.com/brandonhowe/sig-c-calculator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandonhowe/sig-c-calculator
- Owner: BrandonHowe
- Created: 2025-03-07T16:59:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T13:47:37.000Z (about 1 year ago)
- Last Synced: 2025-03-14T14:34:16.480Z (about 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.