Logo
Explore Help
Register Sign In
humza/sml-projects
1
0
Fork 0
You've already forked sml-projects
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
1c34bd715f01611f1c4d36cf8b470e62d09a147e
sml-projects/message-types/file-msg.sml

10 lines
210 B
Standard ML
Raw Normal View History

add refactored message types to temp folder
2025-07-06 02:30:15 +01:00
structure FileMessage =
scaffolding in preparation for adding simple load/export/save functionality
2024-08-17 09:46:53 +01:00
struct
datatype t =
SAVE_TRIANGLES of AppType.triangle list
slight renaming of constructors in FileMessage.t datatype, to provide more clarity (SAVE_TRIANGLES is for saving to a custom format, LOAD_TRIANGLES is for loading from a file in that custom format, and export is for generating code from custom format)
2024-08-28 20:47:40 +01:00
| LOAD_TRIANGLES
done with scaffolding for file mailbox; next, send message to file mailbox to export and import, and handle these messages properly from the file mailbox
2024-08-28 20:42:52 +01:00
| EXPORT_TRIANGLES of AppType.triangle list
progress towards being able to load files dynamically
2024-09-25 08:08:15 +01:00
| LOAD_FILES of string
add load functionality (but note that saving is still hardcoded right now)
2024-09-29 22:26:07 +01:00
| SELECT_PATH of string
scaffolding in preparation for adding simple load/export/save functionality
2024-08-17 09:46:53 +01:00
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 926ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API