Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6789 - tile: print keystrokes to screen | Kartik Agaram | 2020-09-16 | 3 | -0/+225 |
| | |||||
* | 6788 | Kartik Agaram | 2020-09-16 | 1 | -0/+10 |
| | |||||
* | 6787 | Kartik Agaram | 2020-09-16 | 1 | -2/+33 |
| | |||||
* | 6786 | Kartik Agaram | 2020-09-16 | 1 | -5/+5 |
| | |||||
* | 6785 | Kartik Agaram | 2020-09-16 | 2 | -2/+2 |
| | |||||
* | 6784 | Kartik Agaram | 2020-09-16 | 1 | -2/+2 |
| | |||||
* | 6783 | Kartik Agaram | 2020-09-16 | 13 | -0/+0 |
| | | | | An extra test that should have been in commit 6781. | ||||
* | 6782 | Kartik Agaram | 2020-09-15 | 2 | -0/+15 |
| | | | | | | | Regression: segfault on `fn foo` without a block I really need to turn the list of scenarios considered before populate-mu-function-header into tests. | ||||
* | 6781 - new app: RPN (postfix) calculator | Kartik Agaram | 2020-09-15 | 16 | -0/+168 |
| | | | | This was surprisingly hard; bugs discovered all over the place. | ||||
* | 6779 | Kartik Agaram | 2020-09-14 | 1 | -0/+0 |
| | | | | Looks like Linux turns reads from stdout/stderr into stdin! | ||||
* | 6778 | Kartik Agaram | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | 6777 | Kartik Agaram | 2020-09-14 | 2 | -9/+8 |
| | | | | Print answers in decimal in apps/arith.mu | ||||
* | 6776 - new app: a programming environment | Kartik Agaram | 2020-09-13 | 3 | -0/+426 |
| | | | | This will take a while. | ||||
* | 6775 | Kartik Agaram | 2020-09-11 | 1 | -0/+11 |
| | |||||
* | 6773 - markdown browser now seems fully tested | Kartik Agaram | 2020-09-11 | 1 | -0/+56 |
| | |||||
* | 6772 - test for markdown headers | Kartik Agaram | 2020-09-11 | 1 | -4/+24 |
| | |||||
* | 6771 - first passing test for the browser itself | Kartik Agaram | 2020-09-11 | 2 | -21/+160 |
| | | | | In the process I had to go back and redo the `done-drawing?` logic everywhere. | ||||
* | 6770 | Kartik Agaram | 2020-09-10 | 1 | -70/+140 |
| | |||||
* | 6769 - support for creating fake files in Mu tests | Kartik Agaram | 2020-09-10 | 1 | -0/+0 |
| | |||||
* | 6767 | Kartik Agaram | 2020-09-10 | 1 | -3/+49 |
| | |||||
* | 6766 | Kartik Agaram | 2020-09-10 | 1 | -24/+24 |
| | |||||
* | 6765 | Kartik Agaram | 2020-09-10 | 1 | -0/+22 |
| | | | | Starting to gain confidence. | ||||
* | 6764 | Kartik Agaram | 2020-09-10 | 1 | -168/+0 |
| | |||||
* | 6763 | Kartik Agaram | 2020-09-10 | 1 | -0/+83 |
| | |||||
* | 6762 | Kartik Agaram | 2020-09-10 | 1 | -8/+210 |
| | |||||
* | 6761 | Kartik Agaram | 2020-09-08 | 1 | -1/+1 |
| | |||||
* | 6760 | Kartik Agaram | 2020-09-08 | 1 | -0/+0 |
| | | | | | | | | Fix a couple of subtle bugs. - the VM was conditionally reading from the instruction stream, so that other bugs got masked by decoding errors. - push-n-bytes was clobbering eax. | ||||
* | 6759 - first test for app/browse/ | Kartik Agaram | 2020-09-07 | 1 | -6/+21 |
| | |||||
* | 6758 | Kartik Agaram | 2020-09-07 | 2 | -14/+30 |
| | |||||
* | 6757 | Kartik Agaram | 2020-09-07 | 1 | -2/+3 |
| | |||||
* | 6756 | Kartik Agaram | 2020-09-07 | 1 | -1/+29 |
| | |||||
* | 6755 | Kartik Agaram | 2020-09-07 | 1 | -82/+95 |
| | |||||
* | 6754 | Kartik Agaram | 2020-09-07 | 2 | -6/+13 |
| | |||||
* | 6753 | Kartik Agaram | 2020-09-07 | 2 | -57/+126 |
| | |||||
* | 6752 | Kartik Agaram | 2020-09-07 | 2 | -24/+26 |
| | |||||
* | 6751 | Kartik Agaram | 2020-09-07 | 2 | -24/+23 |
| | | | | | More copypasta. I'd be able to remove this duplication if we had first-class functions, but they involve an accessibility cost. | ||||
* | 6750 | Kartik Agaram | 2020-09-07 | 2 | -58/+15 |
| | |||||
* | 6749 - plumb screen through in a few places | Kartik Agaram | 2020-09-07 | 1 | -25/+25 |
| | |||||
* | 6748 - promote browser prototype an app with tests | Kartik Agaram | 2020-09-07 | 5 | -183/+498 |
| | | | | Now that we have a fake screen we can start testing it. | ||||
* | 6742 - support for formatting in fake screens | Kartik Agaram | 2020-09-07 | 2 | -0/+61 |
| | | | | | We still need a few primitives, but we can implement these as needed. I'm ready to call the fake screen done. | ||||
* | 6733 - read utf-8 'grapheme' from byte stream | Kartik Agaram | 2020-08-28 | 13 | -0/+0 |
| | | | | | | No support for combining characters. Graphemes are currently just utf-8 encodings of a single Unicode code-point. No support for code-points that require more than 32 bits in utf-8. | ||||
* | 6727 - bugfix in a multiply instruction | Kartik Agaram | 2020-08-22 | 2 | -3/+4 |
| | | | | Also more error-detection for this case all across the toolchain. | ||||
* | 6726 | Kartik Agaram | 2020-08-22 | 2 | -2/+2 |
| | |||||
* | 6725 - support negative literals | Kartik Agaram | 2020-08-22 | 2 | -9/+27 |
| | |||||
* | 6722 | Kartik Agaram | 2020-08-22 | 2 | -24/+123 |
| | |||||
* | 6721 | Kartik Agaram | 2020-08-22 | 1 | -1/+2 |
| | |||||
* | 6720 | Kartik Agaram | 2020-08-22 | 3 | -6/+6 |
| | |||||
* | 6719 - error-checking for 'index' instructions | Kartik Agaram | 2020-08-21 | 13 | -5/+1219 |
| | | | | | | | | 1000+ LoC spent; just 300+ excluding tests. Still one known gap; we don't check the entirety of an array's element type if it's a compound. So far we just check if say both sides start with 'addr'. Obviously that's not good enough. | ||||
* | 6718 | Kartik Agaram | 2020-08-16 | 1 | -0/+0 |
| | |||||
* | 6717 | Kartik Agaram | 2020-08-15 | 1 | -0/+10 |
| |