Improved code generation

This commit is contained in:
Eduard Urbach 2024-07-05 16:31:33 +02:00
parent 3e92c83c0d
commit d771708693
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
4 changed files with 12 additions and 41 deletions

View file

@ -20,6 +20,7 @@ var programs = []struct {
{"square-sum.q", "", 25},
{"chained-calls.q", "", 9},
{"nested-calls.q", "", 4},
{"return.q", "", 6},
}
func TestPrograms(t *testing.T) {