about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 7826Kartik K. Agaram2021-02-281-0/+1
|
* 7825Kartik K. Agaram2021-02-281-17/+130
|
* 7824Kartik K. Agaram2021-02-282-4/+3
|
* 7823Kartik K. Agaram2021-02-281-6/+10
|
* 7822Kartik K. Agaram2021-02-281-40/+42
|
* 7821 - baremetal/shell: parse numbersKartik K. Agaram2021-02-271-5/+17
|
* 7820 - baremetal/shell: don't show labels in traceKartik K. Agaram2021-02-271-151/+150
|
* 7819Kartik K. Agaram2021-02-275-11/+33
|
* 7818 - baremetal/shell: parse numbersKartik K. Agaram2021-02-274-7/+71
|
* 7817Kartik K. Agaram2021-02-275-232/+225
| | | | | Detour: writing float to stream. In the process I found a bug at the SubX layer X-(
* 7816Kartik K. Agaram2021-02-262-11/+12
|
* 7815Kartik K. Agaram2021-02-263-386/+384
|
* 7814Kartik K. Agaram2021-02-261-2/+6
|
* 7813Kartik K. Agaram2021-02-261-17/+21
|
* 7812Kartik K. Agaram2021-02-261-29/+33
|
* 7811Kartik K. Agaram2021-02-261-0/+3
|
* 7810Kartik K. Agaram2021-02-261-1/+1
|
* 7809Kartik K. Agaram2021-02-261-0/+53
|
* 7808Kartik K. Agaram2021-02-261-0/+5
|
* 7807Kartik K. Agaram2021-02-261-59/+67
|
* 7806Kartik K. Agaram2021-02-261-1/+120
|
* 7805Kartik K. Agaram2021-02-251-1/+96
|
* 7804Kartik K. Agaram2021-02-251-0/+124
|
* 7803Kartik K. Agaram2021-02-251-119/+118
|
* 7802Kartik K. Agaram2021-02-243-24/+235
| | | | Better tracing of the tokenization phase.
* 7801 - baremetal/shell: expanding traceKartik K. Agaram2021-02-243-28/+545
|
* 7800Kartik K. Agaram2021-02-241-88/+101
|
* 7799Kartik K. Agaram2021-02-241-9/+9
|
* 7798Kartik K. Agaram2021-02-241-12/+12
|
* 7797Kartik K. Agaram2021-02-231-48/+17
|
* 7796Kartik K. Agaram2021-02-231-3/+4
|
* 7795Kartik K. Agaram2021-02-231-1/+1
|
* 7794Kartik K. Agaram2021-02-232-17/+17
|
* 7793 - baremetal/shell: menuKartik K. Agaram2021-02-224-51/+96
|
* 7792Kartik K. Agaram2021-02-221-0/+53
|
* 7791Kartik K. Agaram2021-02-222-50/+37
| | | | Reorganize keyboard handling.
* 7790Kartik K. Agaram2021-02-222-5/+140
|
* 7789Kartik K. Agaram2021-02-224-35/+58
| | | | Start adding some lines to the trace. Never shown yet.
* 7788Kartik K. Agaram2021-02-223-0/+30
|
* 7787 - baremetal/shell: moving cursor into traceKartik K. Agaram2021-02-224-12/+141
|
* 7786 - baremetal/shell: render error messagesKartik K. Agaram2021-02-223-13/+172
|
* 7785 - baremetal/shell: trace primitives doneKartik K. Agaram2021-02-224-5/+88
| | | | Rendering traces will be an ongoing journey.
* 7784 - baremetal/shell: start of traceKartik K. Agaram2021-02-223-11/+56
|
* 7783 - baremetal: no, delete trace streamKartik K. Agaram2021-02-223-868/+84
| | | | | What we need in baremetal is subtly different. We need depths in each line. Just rebuild it from scratch.
* 7782 - baremetal: provide a trace streamKartik K. Agaram2021-02-224-92/+871
|
* 7781 - baremetal/shell: tokenize numbersKartik K. Agaram2021-02-211-0/+93
| | | | | | | | We've now reached a point where we need to start thinking of error handling, and tests for error handling. The top-level has `stop`, but that's really just for working with Unix's exit(). Here we have the opportunity to bake errors into the trace. Which might also be a good opportunity for fleshing out the UX for the trace.
* 7780Kartik K. Agaram2021-02-212-0/+53
| | | | | | Start trimming whitespace from the input. It's probably a bad idea to rebuild all our primitives for gap buffers.
* 7779Kartik K. Agaram2021-02-212-157/+25
|
* 7778Kartik K. Agaram2021-02-211-2/+5
|
* 7777Kartik K. Agaram2021-02-214-16/+69
| | | | Same identity REPL, but now going through some symbol processing.