Implemented boolean operators
This commit is contained in:
parent
ee16774fe7
commit
b5bb291e47
9 changed files with 198 additions and 24 deletions
|
@ -23,6 +23,10 @@ var programs = []struct {
|
|||
{"nested-calls.q", "", 4},
|
||||
{"return.q", "", 6},
|
||||
{"reassign.q", "", 2},
|
||||
{"branch.q", "", 0},
|
||||
{"branch-and.q", "", 0},
|
||||
{"branch-or.q", "", 0},
|
||||
{"branch-combined.q", "", 0},
|
||||
}
|
||||
|
||||
func TestPrograms(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue