29jm / SnowflakeOS

"It is very special"
https://jmnl.xyz
MIT License
316 stars 18 forks source link

calc app is not functional #10

Closed 29jm closed 3 years ago

29jm commented 3 years ago

calc (source in "modules/src/calc.c") is all UI and no math. Making it work, by using the button callbacks (maybe adding keyboard event support too) and running an expression parser such as the shunting yard algorithm or simpler would be pretty cool!

the-grue commented 3 years ago

See #21 as a first pass improvement.

29jm commented 3 years ago

@the-grue Is it cool with you if I @ you in a blog post, regarding this PR?

the-grue commented 3 years ago

@29jm I'd be honored. Thanks!