Added more tests

This commit is contained in:
2025-03-14 00:08:58 +01:00
parent ac14ab4f7a
commit 06f3af256b
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},