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

@@ -16,9 +16,10 @@ struct
(model, [FILE msg])
end
(* unimplemented *)
fun getLoadSquaresMsg model = (model, [])
fun getLoadSquaresMsg model =
(model, [FILE LOAD_SQUARES])
(* unimplemented *)
fun getExportSquaresMsg model = (model, [])
fun useSquaresInNormalMode (model, squares) = (model, [])