done adding export-collision functionality, including collision message, in functional core. Next: add imperative shell scaffolding

This commit is contained in:
2025-07-13 15:33:32 +01:00
parent de16e816b4
commit 7e96203f92
7 changed files with 15 additions and 56 deletions

View File

@@ -4,6 +4,7 @@ struct
SAVE_SQUARES of string
| LOAD_SQUARES
| EXPORT_SQUARES of string
| EXPORT_COLLISIONS of string
| LOAD_FILES of string
| SELECT_PATH of string
end

View File

@@ -19,6 +19,7 @@ struct
| KEY_CTRL_L
| KEY_CTRL_E
| KEY_CTRL_O
| KEY_CTRL_C
| NUM of int
| ARROW_UP
| ARROW_LEFT