about summary refs log tree commit diff stats
path: root/cpp/013run
Commit message (Collapse)AuthorAgeFilesLines
* 1075Kartik K. Agaram2015-04-171-187/+0
|
* 1063 - variable names for surrounding spaces now workKartik K. Agaram2015-04-141-0/+1
| | | | This was a pain to debug.
* 1062 - bugfix: wasn't aliasing Current_routineKartik K. Agaram2015-04-141-2/+3
| | | | You can't write tests for stupidity.
* 1055Kartik K. Agaram2015-04-121-1/+1
|
* 1051Kartik K. Agaram2015-04-121-3/+3
|
* 1039Kartik K. Agaram2015-04-081-1/+1
|
* 1038 - clean up layer organization a littleKartik K. Agaram2015-04-081-15/+6
| | | | | Things are quite intricate to avoid reloading all recipes before every test. But mu wasn't really intended to sidestep intrinsic intricacy.
* 1034 - more test isolationKartik K. Agaram2015-04-081-1/+3
| | | | The layers are a mess now, but we'll take care of that later.
* 1031 - stop clearing recipes after every testKartik K. Agaram2015-04-081-2/+1
| | | | | I think the string-equal scenarios are failing to fail. But we'll fix them once we wrap up test isolation.
* 1029Kartik K. Agaram2015-04-071-0/+4
|
* 1024 - basic skeleton for running scenariosKartik K. Agaram2015-04-061-1/+3
| | | | For now every scenario parses to the same dummy scenario.
* 1023Kartik K. Agaram2015-04-061-1/+1
|
* 1019 - stupid error in 'new'Kartik K. Agaram2015-04-051-1/+1
|
* 1018 - build system now handles .mu layersKartik K. Agaram2015-04-051-3/+9
| | | | | | | No support for tests yet. Need to manually run the current test with: $ mu string-test.mu Also, string-equal seems to have a problem.
* 1011 - string-equal now workingKartik K. Agaram2015-04-031-1/+5
|
* 988 - those replace{} directives were a bad ideaKartik K. Agaram2015-03-271-2/+0
|
* 983 - arc 'integer-array' => c++ 'array:integer'Kartik K. Agaram2015-03-261-2/+1
|
* 980Kartik K. Agaram2015-03-261-1/+1
|
* 979Kartik K. Agaram2015-03-261-1/+4
|
* 975Kartik K. Agaram2015-03-261-4/+5
|
* 974Kartik K. Agaram2015-03-261-1/+0
|
* 973Kartik K. Agaram2015-03-261-2/+5
|
* 972Kartik K. Agaram2015-03-261-1/+2
|
* 968Kartik K. Agaram2015-03-241-3/+3
|
* 966 - c++: starting on default-spaceKartik K. Agaram2015-03-211-0/+4
|
* 964Kartik K. Agaram2015-03-211-2/+6
|
* 959Kartik K. Agaram2015-03-201-0/+10
|
* 949 - paving the way for jumps to labelsKartik K. Agaram2015-03-171-1/+3
| | | | Addresses for reagents are now computed after all transforms.
* 948Kartik K. Agaram2015-03-171-2/+2
|
* 945 - move 'transform' layer to before 'run'Kartik K. Agaram2015-03-171-0/+153