Skip to content

Commit

Permalink
update test50.out and test51.out
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqmwne committed Sep 25, 2017
1 parent 6917586 commit 80cc7b9
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 42 deletions.
Binary file removed lab2/._tokens.h
Binary file not shown.
42 changes: 21 additions & 21 deletions lab2/refs/test50.out
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
LET 68
TYPE 74
ID 79 rectype
EQ 87
LBRACE 89
ID 90 name
COLON 94
ID 95 string
COMMA 101
ID 103 id
COLON 105
ID 106 int
RBRACE 109
VAR 113
ID 117 a
ASSIGN 118
ID 121 rectype
NIL 129
IN 133
ID 137 a
END 139
LET 83
TYPE 89
ID 103 rectype
EQ 111
LBRACE 113
ID 114 name
COLON 118
ID 119 string
COMMA 125
ID 127 id
COLON 129
ID 130 int
RBRACE 133
VAR 137
ID 141 a
ASSIGN 142
ID 145 rectype
NIL 153
IN 157
ID 161 a
END 163
45 changes: 24 additions & 21 deletions lab2/refs/test51.out
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
LET 68
TYPE 74
ID 79 rectype
EQ 87
LBRACE 89
ID 90 name
COLON 94
ID 95 string
COMMA 101
ID 103 id
COLON 105
ID 106 int
RBRACE 109
VAR 113
ID 117 a
ASSIGN 118
ID 121 rectype
NIL 129
IN 133
ID 137 a
END 139
COMMA 45
TIMES 95
DIVIDE 96
LET 98
TYPE 104
ID 109 rectype
EQ 117
LBRACE 119
ID 120 name
COLON 124
ID 125 string
COMMA 131
ID 133 id
COLON 135
ID 136 int
RBRACE 139
VAR 143
ID 147 a
ASSIGN 148
ID 151 rectype
NIL 159
IN 163
ID 167 a
END 169

0 comments on commit 80cc7b9

Please sign in to comment.