From 6ca059efce56104efc766255459e665fc7e7705b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 24 Apr 2015 21:39:09 -0700 Subject: 1184 - finally, concurrency --- cpp/.traces/interpolate-works | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/.traces/interpolate-works') diff --git a/cpp/.traces/interpolate-works b/cpp/.traces/interpolate-works index 3858438e..917885b6 100644 --- a/cpp/.traces/interpolate-works +++ b/cpp/.traces/interpolate-works @@ -1,7 +1,7 @@ -parse/0: instruction: 35 +parse/0: instruction: 36 parse/0: ingredient: {name: "abc _", value: 0, type: 0, properties: ["abc _": "literal-string"]} parse/0: product: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character", "raw": ]} -parse/0: instruction: 35 +parse/0: instruction: 36 parse/0: ingredient: {name: "def", value: 0, type: 0, properties: ["def": "literal-string"]} parse/0: product: {name: "2", value: 0, type: 2-5-4, properties: ["2": "address":"array":"character", "raw": ]} parse/0: instruction: 107 @@ -18,6 +18,7 @@ after-brace/0: new ... after-brace/0: new ... after-brace/0: interpolate ... after-brace/0: copy ... +schedule/0: test-interpolate-works run/0: instruction test-interpolate-works/0 mem/0: storing 1000 in location 1 run/0: instruction test-interpolate-works/1 -- cgit 1.4.1-2-gfad0 log tree commit diff stats
path: root/themes/headache
blob: 768363a783ddbd312956444dfc9ab4193037a815 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27