about summary refs log tree commit diff stats
path: root/shell/evaluate.mu
Commit message (Collapse)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
| | | | But we don't actually support fake keyboards anywhere yet.
* shell: move fake screen to sandboxKartik K. Agaram2021-04-101-21/+22
|
* shell: structural equality checkKartik K. Agaram2021-04-091-3/+3
| | | | Mu can now compute (factorial 5)
* shell: ifKartik K. Agaram2021-04-091-0/+41
|
* shell: 'set' for defining globalsKartik K. Agaram2021-04-061-0/+47
| | | | Currently stateful, but still good for things.
* 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
| | | | I'm not bothering with full dynamic scope for now.
* .Kartik K. Agaram2021-04-051-0/+822