Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 22 - better org'n for fn clauses | Kartik K. Agaram | 2014-07-11 | 1 | -6/+5 |
| | |||||
* | 21 - new boolean type | Kartik K. Agaram | 2014-07-11 | 1 | -11/+26 |
| | |||||
* | 20 - relative addressing for jumps | Kartik K. Agaram | 2014-07-11 | 1 | -5/+5 |
| | |||||
* | 19 - example function with type-based dispatch | Kartik K. Agaram | 2014-07-11 | 1 | -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. | ||||
* | 17 | Kartik K. Agaram | 2014-07-11 | 1 | -6/+28 |
| | |||||
* | 16 - conditional and unconditional jumps | Kartik K. Agaram | 2014-07-11 | 1 | -0/+36 |
| | |||||
* | 15 | Kartik K. Agaram | 2014-07-11 | 1 | -0/+12 |
| | |||||
* | 12 - more arithmetic ops | Kartik K. Agaram | 2014-07-11 | 1 | -0/+44 |
| | |||||
* | 11 - enhance the language with types | Kartik K. Agaram | 2014-07-10 | 1 | -33/+33 |
| | | | | The types aren't actually used yet. That comes later. | ||||
* | 9 - rename 'return' to 'reply' | Kartik K. Agaram | 2014-07-06 | 1 | -4/+4 |
| | |||||
* | 7 | Kartik K. Agaram | 2014-07-06 | 1 | -0/+19 |
| | |||||
* | 6 - compound functions now return values | Kartik K. Agaram | 2014-07-06 | 1 | -1/+22 |
| | |||||
* | 5 - compound functions now take args | Kartik K. Agaram | 2014-07-06 | 1 | -0/+19 |
| | |||||
* | 4 - output args now optional | Kartik K. Agaram | 2014-07-06 | 1 | -3/+3 |
| | |||||
* | 3 - early return | Kartik K. Agaram | 2014-07-06 | 1 | -0/+15 |
| | |||||
* | 2 - compound functions | Kartik K. Agaram | 2014-07-06 | 1 | -0/+13 |
| | |||||
* | 1 | Kartik K. Agaram | 2014-07-06 | 1 | -2/+4 |
| | |||||
* | 0 | Kartik K. Agaram | 2014-07-06 | 1 | -0/+8 |