Added more tests

This commit is contained in:
Eduard Urbach 2025-03-14 00:08:58 +01:00
parent ac14ab4f7a
commit 06f3af256b
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
6 changed files with 42 additions and 0 deletions

View file

@ -26,6 +26,10 @@ var programs = []struct {
{"reuse", 0},
{"return", 0},
{"return-multi", 0},
{"add", 0},
{"sub", 0},
{"mul", 0},
{"div", 0},
{"math", 0},
{"precedence", 0},
{"operator-number", 0},