Implemented boolean operators

This commit is contained in:
2024-07-08 13:38:44 +02:00
parent ee16774fe7
commit b5bb291e47
9 changed files with 198 additions and 24 deletions

View File

@ -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) {