about summary refs log tree commit diff stats
path: root/shell/evaluate.mu
Commit message (Collapse)AuthorAgeFilesLines
* 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