about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 6778Kartik Agaram2020-09-143-4/+4
|
* 6777Kartik Agaram2020-09-145-9/+56
| | | | Print answers in decimal in apps/arith.mu
* 6776 - new app: a programming environmentKartik Agaram2020-09-133-0/+426
| | | | This will take a while.
* 6775Kartik Agaram2020-09-111-0/+11
|
* 6774Kartik Agaram2020-09-1126-1228/+2627
|
* 6773 - markdown browser now seems fully testedKartik Agaram2020-09-111-0/+56
|
* 6772 - test for markdown headersKartik Agaram2020-09-111-4/+24
|
* 6771 - first passing test for the browser itselfKartik Agaram2020-09-112-21/+160
| | | | In the process I had to go back and redo the `done-drawing?` logic everywhere.
* 6770Kartik Agaram2020-09-101-70/+140
|
* 6769 - support for creating fake files in Mu testsKartik Agaram2020-09-105-3/+118
|
* 6768 - better error messages when checking screen stateKartik Agaram2020-09-101-94/+332
|
* 6767Kartik Agaram2020-09-101-3/+49
|
* 6766Kartik Agaram2020-09-101-24/+24
|
* 6765Kartik Agaram2020-09-101-0/+22
| | | | Starting to gain confidence.
* 6764Kartik Agaram2020-09-101-168/+0
|
* 6763Kartik Agaram2020-09-101-0/+83
|
* 6762Kartik Agaram2020-09-101-8/+210
|
* 6761Kartik Agaram2020-09-081-1/+1
|
* 6760Kartik Agaram2020-09-083-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 Agaram2020-09-071-6/+21
|
* 6758Kartik Agaram2020-09-072-14/+30
|
* 6757Kartik Agaram2020-09-071-2/+3
|
* 6756Kartik Agaram2020-09-071-1/+29
|
* 6755Kartik Agaram2020-09-071-82/+95
|
* 6754Kartik Agaram2020-09-072-6/+13
|
* 6753Kartik Agaram2020-09-072-57/+126
|
* 6752Kartik Agaram2020-09-072-24/+26
|
* 6751Kartik Agaram2020-09-074-25/+93
| | | | | More copypasta. I'd be able to remove this duplication if we had first-class functions, but they involve an accessibility cost.
* 6750Kartik Agaram2020-09-072-58/+15
|
* 6749 - plumb screen through in a few placesKartik Agaram2020-09-071-25/+25
|
* 6748 - promote browser prototype an app with testsKartik Agaram2020-09-075-183/+498
| | | | Now that we have a fake screen we can start testing it.
* 6747Kartik Agaram2020-09-071-3/+3
|
* 6746Kartik Agaram2020-09-0738-15685/+16856
|
* 6745Kartik Agaram2020-09-071-8/+300
| | | | So copypasta, much wow.
* 6744Kartik Agaram2020-09-071-10/+83
|
* 6743Kartik Agaram2020-09-071-4/+6
|
* 6742 - support for formatting in fake screensKartik Agaram2020-09-078-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 correctlyKartik Agaram2020-09-061-10/+73
|
* 6740Kartik Agaram2020-09-061-0/+19
|
* 6739Kartik Agaram2020-09-061-9/+3
|
* 6738Kartik Agaram2020-09-061-5/+17
|
* 6737Kartik Agaram2020-09-062-10/+133
|
* 6736Kartik Agaram2020-09-021-13/+13
|
* 6735 - print unicode string to fake screenKartik Agaram2020-09-021-0/+29
|
* 6734 - first test for text-mode screen primitivesKartik Agaram2020-09-021-4/+37
|
* 6733 - read utf-8 'grapheme' from byte streamKartik Agaram2020-08-2816-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.
* 6732Kartik Agaram2020-08-281-2/+2
|
* 6731Kartik Agaram2020-08-282-3/+3
|
* 6730Kartik Agaram2020-08-281-2/+2
|
* 6729Kartik Agaram2020-08-281-19/+25
|