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:
@@ -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, [])
|
||||
|
||||
Reference in New Issue
Block a user