Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1226 - bugfix in allocating arrays | Kartik K. Agaram | 2015-04-30 | 1 | -150/+150 |
| | | | | Also our first test of printing to screen. | ||||
* | 1225 | Kartik K. Agaram | 2015-04-29 | 1 | -0/+66 |
| | | | | Finally start tracing the actual instructions as they run. | ||||
* | 1223 - more stable traces for parse scenarios | Kartik K. Agaram | 2015-04-29 | 1 | -4/+4 |
| | |||||
* | 1209 - channels painlessly ported over | Kartik K. Agaram | 2015-04-28 | 1 | -0/+346 |
I've made some tweaks to the arc version. In/out params should be identical; it was ugly that the in param was a pointer but the out wasn't. Still need to check the /same-as-ingredient property. |