error messages and trying to improve support for struct allocs in arrays

added sorting example
This commit is contained in:
Irmen de Jong
2025-08-02 13:02:11 +02:00
parent bc58a25765
commit d4e83b28bb
13 changed files with 188 additions and 107 deletions

View File

@@ -246,7 +246,8 @@ class TestCompilerOnExamplesVirtual: FunSpec({
"pointers/animalgame",
"pointers/binarytree", // TODO add to "c64" later as well
"pointers/sortedlist", // TODO add to "c64" later as well
"pointers/fountain" // TODO add to "c64" later as well
"pointers/fountain", // TODO add to "c64" later as well
"pointers/sorting" // TODO add to "c64" later as well
),
listOf(false, true)
)