This commit is contained in:
Chuck Smith
2024-01-25 11:35:16 -05:00
parent fe78b7069b
commit ca263209a4
6 changed files with 179 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ func TestIntegerArithmetic(t *testing.T) {
expectedInstructions: []code.Instructions{
code.Make(code.OpConstant, 0),
code.Make(code.OpConstant, 1),
code.Make(code.OpAdd),
},
},
}