Added more tests

This commit is contained in:
Eduard Urbach 2025-02-22 13:58:07 +01:00
parent a75aad52f6
commit 49214c9a6e
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 74 additions and 41 deletions

View file

@ -28,7 +28,10 @@ var programs = []struct {
{"return-multi", 0},
{"math", 0},
{"precedence", 0},
{"operator-assign", 0},
{"operator-number", 0},
{"operator-variable", 0},
{"operator-assign-number", 0},
{"operator-assign-variable", 0},
{"const", 0},
{"escape-rune", 0},
{"escape-string", 0},