From 088665eff883b5bc28022800aed27f6af468a4ba Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 30 Mar 2015 21:31:58 -0700 Subject: 997 --- cpp/.traces/divide_literal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/.traces/divide_literal') diff --git a/cpp/.traces/divide_literal b/cpp/.traces/divide_literal index c45bd661..deba8b6a 100644 --- a/cpp/.traces/divide_literal +++ b/cpp/.traces/divide_literal @@ -1,7 +1,7 @@ parse/0: instruction: 5 -parse/0: ingredient: {name: "8", value: 0, type: 0, properties: [8: literal]} -parse/0: ingredient: {name: "2", value: 0, type: 0, properties: [2: literal]} -parse/0: product: {name: "1", value: 0, type: 1, properties: [1: integer]} +parse/0: ingredient: {name: "8", value: 0, type: 0, properties: ["8": "literal"]} +parse/0: ingredient: {name: "2", value: 0, type: 0, properties: ["2": "literal"]} +parse/0: product: {name: "1", value: 0, type: 1, properties: ["1": "integer"]} after-brace/0: recipe main after-brace/0: divide ... run/0: instruction main/0 -- cgit 1.4.1-2-gfad0 achine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/014literal_noninteger.cc
blob: 643ad5877f212c08ac4e524dce7f2b4281603eb6 (plain) (tree)
1
2
3
4
5
6
7
8
9