1
0
Fork 0
Go to file
Sean Sube 5cc7ce195c implement minus operator 2022-09-28 18:16:26 -05:00
.gitignore some actual calc stuff 2022-09-28 00:05:16 -05:00
Calc.agda keep all statements, put numbers the right way around 2022-09-28 18:04:00 -05:00
Makefile keep all statements, put numbers the right way around 2022-09-28 18:04:00 -05:00
Map.agda keep all statements, put numbers the right way around 2022-09-28 18:04:00 -05:00
Parse.agda implement minus operator 2022-09-28 18:16:26 -05:00
README.md evaluate exprs in input order 2022-09-28 18:06:44 -05:00
State.agda keep all statements, put numbers the right way around 2022-09-28 18:04:00 -05:00
Util.agda keep all statements, put numbers the right way around 2022-09-28 18:04:00 -05:00

README.md

Agulator

This is a calculator written in Agda.

> echo '11+210;3+4' | ./Calc
result: 221, result: 7

This is my brain now:

agulator