fix lexer/parser bugs, add code in file-thread.sml to handle loading/saving of files (but loading is not completely finished yet)

This commit is contained in:
2025-07-12 07:03:09 +01:00
parent eb0b8d31b2
commit dcf6bc074d
8 changed files with 42 additions and 43 deletions

View File

@@ -381,23 +381,6 @@ struct
else y
end
fun printItem {x, y, ex, ey, data} =
let
val msg = String.concat
[ "{x = "
, Int.toString x
, ", y = "
, Int.toString y
, ", ex = "
, Int.toString ex
, ", ey = "
, Int.toString ey
, "}\n"
]
in
print msg
end
local
fun loop (tree, grid) =
case tree of