about summary refs log tree commit diff stats
path: root/cpp/.traces
Commit message (Collapse)AuthorAgeFilesLines
...
* 902: c++: calling recipes with ingredientsKartik K. Agaram2015-03-142-1/+19
|
* 900 - c++: calling 'recipes'Kartik K. Agaram2015-03-131-0/+11
|
* 832 - call-stack for C++ versionKartik K. Agaram2015-02-2544-118/+118
| | | | | | | | | | These #defines and references now span many different layers. Let's see if the lack of encapsulation causes problems. Also interesting to run into a case where I need to modify a foundational layer and touch every single scenario/trace. Only alternative was to duplicate all the different layers that add instructions. Sign of problems with this model?
* 823Kartik K. Agaram2015-02-222-0/+70
|
* 819Kartik K. Agaram2015-02-222-6/+6
|
* 817Kartik K. Agaram2015-02-222-0/+60
|
* 815Kartik K. Agaram2015-02-221-2/+0
|
* 814Kartik K. Agaram2015-02-222-2/+32
|
* 813Kartik K. Agaram2015-02-223-14/+14
|
* 812Kartik K. Agaram2015-02-211-2/+0
|
* 811 - first test for arraysKartik K. Agaram2015-02-211-0/+37
|
* 808Kartik K. Agaram2015-02-211-0/+13
|
* 807 - first passing test for indirect addressingKartik K. Agaram2015-02-211-0/+20
|
* 806 - start parsing reagent metadataKartik K. Agaram2015-02-211-0/+3
|
* 804 - reagent can have multiple typesKartik K. Agaram2015-02-205-29/+28
|
* 802 - mu commentsKartik K. Agaram2015-02-201-0/+6
| | | | | | Comments at end of line are still hacky; we just rely on the fact that excess ingredients do no harm. We'll need to be smarter when we get our first vararg recipe.
* 801Kartik K. Agaram2015-02-201-0/+24
|
* 799 - 'get' on recordsKartik K. Agaram2015-02-201-0/+26
|
* 798 - start of record supportKartik K. Agaram2015-02-191-0/+21
|
* 797 - comparison instructionsKartik K. Agaram2015-02-1912-0/+276
|
* 796 - jump instructions doneKartik K. Agaram2015-02-197-0/+81
|
* 795Kartik K. Agaram2015-02-193-0/+60
|
* 787 - arithmetic operationsKartik K. Agaram2015-02-1911-0/+183
| | | | Lots of duplication here; we'll clean it up later.
* 784 - persist traces in literate versionKartik K. Agaram2015-02-194-0/+8
|
* 774 - start persisting test tracesKartik K. Agaram2015-02-174-0/+11