Implemented boolean operators
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user