about summary refs log tree commit diff stats
path: root/cpp/024brace
Commit message (Collapse)AuthorAgeFilesLines
* 1043 - clean up indent in generated mu.ccKartik K. Agaram2015-04-081-1/+1
|
* 1038 - clean up layer organization a littleKartik K. Agaram2015-04-081-1/+0
| | | | | Things are quite intricate to avoid reloading all recipes before every test. But mu wasn't really intended to sidestep intrinsic intricacy.
* 1030 - better test isolation for break/loopKartik K. Agaram2015-04-071-2/+38
| | | | | | | I've been resetting all recipes after every single test, but the arc version has shown that this gets slow all too quickly. And the longer I wait to fix it the harder it gets to fix. Already, boy, were this and the next couple of commits hard to track down.
* 973Kartik K. Agaram2015-03-261-6/+6
|
* 971Kartik K. Agaram2015-03-251-6/+6
|
* 966 - c++: starting on default-spaceKartik K. Agaram2015-03-211-12/+6
|
* 956Kartik K. Agaram2015-03-181-6/+7
| | | | Cleaner way to signal that a reagent's value has been computed.
* 951 - done with break/loopKartik K. Agaram2015-03-181-0/+58
|
* 950Kartik K. Agaram2015-03-171-0/+56
|
* 949 - paving the way for jumps to labelsKartik K. Agaram2015-03-171-2/+2
| | | | Addresses for reagents are now computed after all transforms.
* 944 - more break/loop testsKartik K. Agaram2015-03-171-2/+97
| | | | I still can't handle jumps to labels. That'll require some rejiggering..
* 943Kartik K. Agaram2015-03-171-0/+45
|
* 942Kartik K. Agaram2015-03-171-3/+4
|
* 941 - c++: basic break/loop conversionKartik K. Agaram2015-03-161-0/+113