about summary refs log tree commit diff stats
path: root/mu.arc.t
Commit message (Collapse)AuthorAgeFilesLines
* 22 - better org'n for fn clausesKartik K. Agaram2014-07-111-6/+5
|
* 21 - new boolean typeKartik K. Agaram2014-07-111-11/+26
|
* 20 - relative addressing for jumpsKartik K. Agaram2014-07-111-5/+5
|
* 19 - example function with type-based dispatchKartik K. Agaram2014-07-111-3/+29
| | | | | | | | | I imagined we could just push new clauses at the top, but that isn't realistic; it would mess up all the jump locations. Either we need to append clauses, or we need some sort of relative adddressing for locations. Can't think of a third idea at the moment. Appending clauses is fine as long as functions are restrictive about what they accept.
* 17Kartik K. Agaram2014-07-111-6/+28
|
* 16 - conditional and unconditional jumpsKartik K. Agaram2014-07-111-0/+36
|
* 15Kartik K. Agaram2014-07-111-0/+12
|
* 12 - more arithmetic opsKartik K. Agaram2014-07-111-0/+44
|
* 11 - enhance the language with typesKartik K. Agaram2014-07-101-33/+33
| | | | The types aren't actually used yet. That comes later.
* 9 - rename 'return' to 'reply'Kartik K. Agaram2014-07-061-4/+4
|
* 7Kartik K. Agaram2014-07-061-0/+19
|
* 6 - compound functions now return valuesKartik K. Agaram2014-07-061-1/+22
|
* 5 - compound functions now take argsKartik K. Agaram2014-07-061-0/+19
|
* 4 - output args now optionalKartik K. Agaram2014-07-061-3/+3
|
* 3 - early returnKartik K. Agaram2014-07-061-0/+15
|
* 2 - compound functionsKartik K. Agaram2014-07-061-0/+13
|
* 1Kartik K. Agaram2014-07-061-2/+4
|
* 0Kartik K. Agaram2014-07-061-0/+8