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

1 payout of shell 86.0 shells

Chris

about 2 months ago

Chris Covers 2 devlogs and 4h 35m

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

Update attachment

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

Update attachment