C Calculator

C Calculator Used AI

2 devlogs
4h 35m
•  Ship certified
Created by Chris

A basic calculator to help me learn C.
Reads input into Tokens, which are then used to calculate the result.
I have experience with Java, so this has been a pretty good way for me to do some coding thats not OOP

AI lightly used to help me learn the nuances of C. Ive seen how the static analysis is pretty poor as compared to a Java project

Timeline

Ship 1

0 payouts of shell 0 shells

Chris

5 days ago

Chris Covers 2 devlogs
Chris
Chris
2h 48m 5 days ago

Finished the project. input is parsed into Tokens, and tokens are used to calculate the result.

Update attachment
Chris
Chris
1h 46m 5 days ago

Basic functionality is working, but only accepts single digit numbers and is kind of finicky.

Update attachment