Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7288 | Kartik Agaram | 2020-11-27 | 1 | -4/+4 |
| | |||||
* | 7165 | Kartik Agaram | 2020-11-03 | 1 | -6/+6 |
| | | | | | All tasks of https://github.com/akkartik/mu/issues/45#issuecomment-719990879 should now be complete. | ||||
* | 7157 | Kartik Agaram | 2020-11-01 | 1 | -47/+48 |
| | |||||
* | 7156 | Kartik Agaram | 2020-11-01 | 1 | -1/+4 |
| | |||||
* | 7155 | Kartik Agaram | 2020-11-01 | 1 | -12/+12 |
| | | | | apps/arith.mu compiling again. | ||||
* | 6778 | Kartik Agaram | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | 6777 | Kartik Agaram | 2020-09-14 | 1 | -9/+8 |
| | | | | Print answers in decimal in apps/arith.mu | ||||
* | 6699 - start building out fake screen | Kartik Agaram | 2020-08-01 | 1 | -5/+5 |
| | | | | | We now have all existing apps and prototypes going through the dependency-injected wrapper, even though it doesn't actually implement the fake screen yet. | ||||
* | 6603 | Kartik Agaram | 2020-06-30 | 1 | -1/+1 |
| | |||||
* | 6602 | Kartik Agaram | 2020-06-30 | 1 | -1/+1 |
| | |||||
* | 6599 | Kartik Agaram | 2020-06-29 | 1 | -4/+4 |
| | |||||
* | 6550 - type-checking for function calls | Kartik Agaram | 2020-06-18 | 1 | -5/+5 |
| | | | | There were a couple of benign type errors in arith.mu but nowhere else. | ||||
* | 6546 | Kartik Agaram | 2020-06-15 | 1 | -1/+1 |
| | |||||
* | 6545 | Kartik Agaram | 2020-06-15 | 1 | -1/+0 |
| | |||||
* | 6544 - arith: doc | Kartik Agaram | 2020-06-15 | 1 | -1/+43 |
| | |||||
* | 6543 - arith: cleanup | Kartik Agaram | 2020-06-15 | 1 | -17/+13 |
| | |||||
* | 6542 - arith: brackets | Kartik Agaram | 2020-06-15 | 1 | -6/+47 |
| | | | | Ok, I think I'm done with this app for now. | ||||
* | 6541 - arith: start on bracket support | Kartik Agaram | 2020-06-15 | 1 | -2/+8 |
| | |||||
* | 6540 - arith: mul | Kartik Agaram | 2020-06-15 | 1 | -0/+52 |
| | | | | I forgot that Mu doesn't have div yet. | ||||
* | 6539 - arith: start on mul/div | Kartik Agaram | 2020-06-15 | 1 | -2/+7 |
| | |||||
* | 6538 - arith: multi-ary arithmetic | Kartik Agaram | 2020-06-15 | 1 | -25/+31 |
| | |||||
* | 6537 | Kartik Agaram | 2020-06-15 | 1 | -21/+21 |
| | |||||
* | 6536 | Kartik Agaram | 2020-06-15 | 1 | -8/+7 |
| | | | | Cleaner way to handle EOF. | ||||
* | 6535 | Kartik Agaram | 2020-06-15 | 1 | -36/+36 |
| | |||||
* | 6534 - arith: add/subtract | Kartik Agaram | 2020-06-15 | 1 | -3/+37 |
| | |||||
* | 6533 - arith: ignore spaces | Kartik Agaram | 2020-06-15 | 1 | -18/+49 |
| | |||||
* | 6532 - arith: REPL converting ints to hex | Kartik Agaram | 2020-06-15 | 1 | -6/+18 |
| | | | | | I'm using one character of lookahead, inspired by Crenshaw's "let's build a compiler". | ||||
* | 6531 | Kartik Agaram | 2020-06-15 | 1 | -25/+17 |
| | |||||
* | 6530 | Kartik Agaram | 2020-06-15 | 1 | -0/+40 |
New prototype: a simple 4-operator calculator. Inspired (yet again) by Crenshaw. |