Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7827 | Kartik K. Agaram | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | 7816 | Kartik K. Agaram | 2021-02-26 | 1 | -0/+6 |
| | |||||
* | 7815 | Kartik K. Agaram | 2021-02-26 | 1 | -386/+0 |
| | |||||
* | 7814 | Kartik K. Agaram | 2021-02-26 | 1 | -2/+6 |
| | |||||
* | 7813 | Kartik K. Agaram | 2021-02-26 | 1 | -17/+21 |
| | |||||
* | 7812 | Kartik K. Agaram | 2021-02-26 | 1 | -29/+33 |
| | |||||
* | 7811 | Kartik K. Agaram | 2021-02-26 | 1 | -0/+3 |
| | |||||
* | 7809 | Kartik K. Agaram | 2021-02-26 | 1 | -0/+53 |
| | |||||
* | 7808 | Kartik K. Agaram | 2021-02-26 | 1 | -0/+5 |
| | |||||
* | 7807 | Kartik K. Agaram | 2021-02-26 | 1 | -59/+67 |
| | |||||
* | 7806 | Kartik K. Agaram | 2021-02-26 | 1 | -1/+120 |
| | |||||
* | 7802 | Kartik K. Agaram | 2021-02-24 | 1 | -24/+61 |
| | | | | Better tracing of the tokenization phase. | ||||
* | 7801 - baremetal/shell: expanding trace | Kartik K. Agaram | 2021-02-24 | 1 | -4/+2 |
| | |||||
* | 7789 | Kartik K. Agaram | 2021-02-22 | 1 | -16/+29 |
| | | | | Start adding some lines to the trace. Never shown yet. | ||||
* | 7786 - baremetal/shell: render error messages | Kartik K. Agaram | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | 7785 - baremetal/shell: trace primitives done | Kartik K. Agaram | 2021-02-22 | 1 | -1/+1 |
| | | | | Rendering traces will be an ongoing journey. | ||||
* | 7784 - baremetal/shell: start of trace | Kartik K. Agaram | 2021-02-22 | 1 | -7/+10 |
| | |||||
* | 7781 - baremetal/shell: tokenize numbers | Kartik K. Agaram | 2021-02-21 | 1 | -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. | ||||
* | 7780 | Kartik K. Agaram | 2021-02-21 | 1 | -0/+1 |
| | | | | | | Start trimming whitespace from the input. It's probably a bad idea to rebuild all our primitives for gap buffers. | ||||
* | 7779 | Kartik K. Agaram | 2021-02-21 | 1 | -4/+25 |
| | |||||
* | 7778 | Kartik K. Agaram | 2021-02-21 | 1 | -2/+5 |
| | |||||
* | 7777 | Kartik K. Agaram | 2021-02-21 | 1 | -0/+25 |
Same identity REPL, but now going through some symbol processing. |