From 3ba6357924e1098a28e43c94a4573a3d2978b5e9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 17 Mar 2015 11:23:29 -0700 Subject: 949 - paving the way for jumps to labels Addresses for reagents are now computed after all transforms. --- cpp/.traces/greater_or_equal2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'cpp/.traces/greater_or_equal2') diff --git a/cpp/.traces/greater_or_equal2 b/cpp/.traces/greater_or_equal2 index eb68b27a..dbaac94f 100644 --- a/cpp/.traces/greater_or_equal2 +++ b/cpp/.traces/greater_or_equal2 @@ -1,13 +1,13 @@ parse/0: instruction: 1 -parse/0: ingredient: {name: "34", value: 34, type: 0, properties: [34: literal]} -parse/0: product: {name: "1", value: 1, type: 1, properties: [1: integer]} +parse/0: ingredient: {name: "34", value: 0, type: 0, properties: [34: literal]} +parse/0: product: {name: "1", value: 0, type: 1, properties: [1: integer]} parse/0: instruction: 1 -parse/0: ingredient: {name: "34", value: 34, type: 0, properties: [34: literal]} -parse/0: product: {name: "2", value: 2, type: 1, properties: [2: integer]} +parse/0: ingredient: {name: "34", value: 0, type: 0, properties: [34: literal]} +parse/0: product: {name: "2", value: 0, type: 1, properties: [2: integer]} parse/0: instruction: 16 -parse/0: ingredient: {name: "1", value: 1, type: 1, properties: [1: integer]} -parse/0: ingredient: {name: "2", value: 2, type: 1, properties: [2: integer]} -parse/0: product: {name: "3", value: 3, type: 1, properties: [3: integer]} +parse/0: ingredient: {name: "1", value: 0, type: 1, properties: [1: integer]} +parse/0: ingredient: {name: "2", value: 0, type: 1, properties: [2: integer]} +parse/0: product: {name: "3", value: 0, type: 1, properties: [3: integer]} after-brace/0: recipe main after-brace/0: copy ... after-brace/0: copy ... -- cgit 1.4.1-2-gfad0 ion value='grep'>log msg
path: root/.travis.yml
blob: 8411ba14267110ac322a752fba0978cf5642c7ea (plain) (tree)
1
2
3
4
5
6
7
8
9


            

         
 


         
 

            

                  
language: go

go:
 - 1.11.x
 - 1.12.x

os: 
  - linux
  - osx

dist: xenial

env:
  - GO111MODULE=on