u/Bejmach

Calculator with odin + raylib

Heard somewhere that calculators are a nice way to learn new languages, and because I never made any full-fledged one, I decided to try it. Currently it supports correct order of operations, functions, brackets, consts, custom functions and consts from config file, and what I call "iterators", so its possible to write <a, b> * c and it will result in <a*c, b*c>. For now it lacks in proper documentation or unit tests. There is also a bit of customization with .ini file

repo link: https://github.com/Bejmach/calc

u/Bejmach — 3 days ago