A toy language built for the Pebble smartwatch
Go to file
Sage Vaillancourt 1e81481958 Remove vims file 2020-05-06 04:33:24 +01:00
resources/images Got results-as-operands working 2020-05-06 04:33:24 +01:00
src Script UI now mostly added 2020-05-06 04:33:24 +01:00
Makefile Script UI now mostly added 2020-05-06 04:33:24 +01:00
README.md Initial Commit 2020-05-06 04:33:24 +01:00
appinfo.json Decent `if` and `def` support! 2020-05-06 04:33:24 +01:00
wscript Initial Commit 2020-05-06 04:33:24 +01:00

README.md

PebbleCalc

A simple calculator app for the Pebble smartwatch Support addition, subtraction, multiplication, division and exponentiation. Supports up to 2 digits of decimals using fixed-point arithmetic.

Credit to Wojciech Siewierski for his fixed point arithmetic implementation. It was made for his GravCalc Pebble app.