KOSC: Kind of scientific calculator?

KOSC: Kind of scientific calculator? Used AI

7 devlogs
25h 3m

This is my attempt to build a scientific calculator. No Natural Math Display (aka MathIO mode in most scientific calculators) for now

Timeline

COMING BACK! And I hope I will soon finish converting RPN to AST in time. Gemini is helping me implementing AST through Learning mode (AKA I have to answer questions to find out how it works) since there isn't a clear documentation how to do that :skull:

Update attachment

Finishing most of basic core, converting RPN to AST

Update attachment

Finished adding Shift and Alt text, but they are not working yet

Update attachment

Day 3: Support functions and improve the bracket supporting. Will add more functions soon

Update attachment

Day 2: Support brackets now :skull:

Update attachment

Tokenizer and PRN (Reverse Polish notation) is working at basic level right now. There are quite lots of things I need to do

By the way, screen size is larger and part of UI updated

Update attachment

Got a basic UI, no working function yet

Update attachment