about summary refs log tree commit diff stats
path: root/baremetal/shell/value-stack.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7740 - baremetal/shell: eval and render lineKartik K. Agaram2021-02-141-0/+27
|
* 7739 - baremetal/shell: first draft of loopKartik K. Agaram2021-02-141-24/+22
| | | | | This is quite new and speculative. I tried to list out some potential future tests later when we add 'return'. We'll see how it goes.
* 7730 - baremetal/shell: boolean valuesKartik K. Agaram2021-02-121-3/+46
| | | | | In the process I found a bug in the Mu compiler. Limitations of just asserting the emitted code but not running it.
* 7727 - baremetal/shell: 1+1Kartik K. Agaram2021-02-111-0/+3
|
* 7725 - baremetal/shell: start on evaluatorKartik K. Agaram2021-02-111-0/+138