about summary refs log tree commit diff stats
path: root/shell/evaluate.mu
Commit message (Expand)AuthorAgeFilesLines
* shell: full closuresKartik K. Agaram2021-04-101-6/+11
* apply doesn't need caller env in lexical scopeKartik K. Agaram2021-04-101-6/+9
* shell: none of our primitives need to be closuresKartik K. Agaram2021-04-101-1/+1
* .Kartik K. Agaram2021-04-101-2/+2
* shell: UI now showing fake keyboardKartik K. Agaram2021-04-101-21/+21
* shell: move fake screen to sandboxKartik K. Agaram2021-04-101-21/+22
* shell: structural equality checkKartik K. Agaram2021-04-091-3/+3
* shell: ifKartik K. Agaram2021-04-091-0/+41
* shell: 'set' for defining globalsKartik K. Agaram2021-04-061-0/+47
* shell: quoteKartik K. Agaram2021-04-061-0/+28
* shell: look up globalsKartik K. Agaram2021-04-061-31/+12
* shell: extensible array of globalsKartik K. Agaram2021-04-051-74/+22
* .Kartik K. Agaram2021-04-051-0/+822