Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6768 - better error messages when checking screen state | Kartik Agaram | 2020-09-10 | 1 | -94/+332 |
| | |||||
* | 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 | 3 | -9/+13 |
| | | | | | | | | 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 | 4 | -25/+93 |
| | | | | | 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. | ||||
* | 6747 | Kartik Agaram | 2020-09-07 | 1 | -3/+3 |
| | |||||
* | 6746 | Kartik Agaram | 2020-09-07 | 38 | -15685/+16856 |
| | |||||
* | 6745 | Kartik Agaram | 2020-09-07 | 1 | -8/+300 |
| | | | | So copypasta, much wow. | ||||
* | 6744 | Kartik Agaram | 2020-09-07 | 1 | -10/+83 |
| | |||||
* | 6743 | Kartik Agaram | 2020-09-07 | 1 | -4/+6 |
| | |||||
* | 6742 - support for formatting in fake screens | Kartik Agaram | 2020-09-07 | 8 | -10/+240 |
| | | | | | We still need a few primitives, but we can implement these as needed. I'm ready to call the fake screen done. | ||||
* | 6741 - fake screen now scrolls correctly | Kartik Agaram | 2020-09-06 | 1 | -10/+73 |
| | |||||
* | 6740 | Kartik Agaram | 2020-09-06 | 1 | -0/+19 |
| | |||||
* | 6739 | Kartik Agaram | 2020-09-06 | 1 | -9/+3 |
| | |||||
* | 6738 | Kartik Agaram | 2020-09-06 | 1 | -5/+17 |
| | |||||
* | 6737 | Kartik Agaram | 2020-09-06 | 2 | -10/+133 |
| | |||||
* | 6736 | Kartik Agaram | 2020-09-02 | 1 | -13/+13 |
| | |||||
* | 6735 - print unicode string to fake screen | Kartik Agaram | 2020-09-02 | 1 | -0/+29 |
| | |||||
* | 6734 - first test for text-mode screen primitives | Kartik Agaram | 2020-09-02 | 1 | -4/+37 |
| | |||||
* | 6733 - read utf-8 'grapheme' from byte stream | Kartik Agaram | 2020-08-28 | 16 | -1/+189 |
| | | | | | | 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. | ||||
* | 6732 | Kartik Agaram | 2020-08-28 | 1 | -2/+2 |
| | |||||
* | 6731 | Kartik Agaram | 2020-08-28 | 2 | -3/+3 |
| | |||||
* | 6730 | Kartik Agaram | 2020-08-28 | 1 | -2/+2 |
| | |||||
* | 6729 | Kartik Agaram | 2020-08-28 | 1 | -19/+25 |
| | |||||
* | 6728 - new skeleton for screen primitives | Kartik Agaram | 2020-08-22 | 1 | -1/+132 |
| | | | | Finally this compiles. | ||||
* | 6727 - bugfix in a multiply instruction | Kartik Agaram | 2020-08-22 | 5 | -6/+10 |
| | | | | 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 |
| | |||||
* | 6724 | Kartik Agaram | 2020-08-22 | 12 | -18009/+19237 |
| | |||||
* | 6723 | Kartik Agaram | 2020-08-22 | 1 | -3/+4 |
| | |||||
* | 6722 | Kartik Agaram | 2020-08-22 | 2 | -24/+123 |
| | |||||
* | 6721 | Kartik Agaram | 2020-08-22 | 1 | -1/+2 |
| | |||||
* | 6720 | Kartik Agaram | 2020-08-22 | 39 | -106/+106 |
| | |||||
* | 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. |