2022-09-28 22:11:27 +00:00
|
|
|
# Agulator
|
|
|
|
|
|
|
|
This is a calculator written in Agda.
|
|
|
|
|
2022-09-28 23:06:44 +00:00
|
|
|
```shell
|
|
|
|
> echo '11+210;3+4' | ./Calc
|
|
|
|
result: 221, result: 7
|
|
|
|
```
|
|
|
|
|
2022-09-29 13:23:43 +00:00
|
|
|
This is my brain now, it doesn't work so good:
|
2022-09-28 22:11:27 +00:00
|
|
|
|
2022-09-28 23:06:44 +00:00
|
|
|
![agulator](https://cdn.drawception.com/drawings/MjWfbBamq9.png)
|