code shortcut to trigger export (with <Ctrl-E>); it outputs syntatically valid .sml, but I am not sure if the output is correct as intended so it needs testing

This commit is contained in:
2024-08-30 02:34:24 +01:00
parent 7ab7b8931d
commit acd68a055d
6 changed files with 19 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ sig
| KEY_G
| KEY_CTRL_S
| KEY_CTRL_L
| KEY_CTRL_E
| USE_TRIANGLES of AppType.triangle list
| TRIANGLES_LOAD_ERROR
end
@@ -26,6 +27,7 @@ struct
| KEY_G
| KEY_CTRL_S
| KEY_CTRL_L
| KEY_CTRL_E
| USE_TRIANGLES of AppType.triangle list
| TRIANGLES_LOAD_ERROR
end