2024-09-30 13:43:43 +01:00
|
|
|
$(SML_LIB)/basis/basis.mlb
|
|
|
|
|
|
2025-08-07 17:41:10 +01:00
|
|
|
(* LIBRARIES *)
|
2024-10-04 15:08:47 +01:00
|
|
|
lib/brolib-sml/src/line_gap.sml
|
2025-08-05 13:24:55 +01:00
|
|
|
lib/brolib-sml/src/gap_set.sml
|
2024-10-04 15:08:47 +01:00
|
|
|
lib/cozette-sml/fonts/cozette-ascii.mlb
|
2024-09-30 13:43:43 +01:00
|
|
|
|
2024-10-04 23:23:25 +01:00
|
|
|
(* FUNCTIONAL CORE *)
|
2024-10-06 09:32:56 +01:00
|
|
|
message-types/input-msg.sml
|
|
|
|
|
message-types/draw-msg.sml
|
|
|
|
|
message-types/mailbox-type.sml
|
|
|
|
|
|
2025-08-30 18:12:47 +01:00
|
|
|
ann
|
|
|
|
|
"allowVectorExps true"
|
|
|
|
|
in
|
2025-08-30 23:05:11 +01:00
|
|
|
fcore/persistent-vector.sml
|
2025-08-30 18:12:47 +01:00
|
|
|
end
|
2024-11-14 08:12:27 +00:00
|
|
|
|
2025-09-01 13:46:16 +01:00
|
|
|
fcore/escape-string.sml
|
2025-08-30 23:05:11 +01:00
|
|
|
fcore/bin-search.sml
|
|
|
|
|
fcore/search-list.sml
|
|
|
|
|
|
2024-10-06 09:32:56 +01:00
|
|
|
fcore/app-type.sml
|
2025-08-31 06:28:05 +01:00
|
|
|
fcore/normal-mode/normal-mode-with.sml
|
2025-08-31 07:40:31 +01:00
|
|
|
fcore/normal-mode/normal-search-mode-with.sml
|
2024-10-08 08:53:43 +01:00
|
|
|
fcore/app-with.sml
|
2024-10-28 09:34:55 +00:00
|
|
|
|
|
|
|
|
fcore/text-constants.sml
|
2024-10-09 11:59:41 +01:00
|
|
|
ann
|
|
|
|
|
"allowVectorExps true"
|
|
|
|
|
in
|
2024-11-15 21:14:43 +00:00
|
|
|
fcore/rect.sml
|
2025-09-01 11:04:56 +01:00
|
|
|
fcore/pipe-cursor.sml
|
2024-10-09 11:59:41 +01:00
|
|
|
fcore/text-builder.sml
|
2025-07-20 09:39:17 +01:00
|
|
|
fcore/cursor-dfa/make-dfa-loop.sml
|
2025-07-20 16:04:48 +01:00
|
|
|
fcore/cursor-dfa/vi-word-dfa.sml
|
2025-09-02 02:14:12 +01:00
|
|
|
fcore/cursor-dfa/vi-caps-word-dfa.sml
|
2025-08-04 05:37:08 +01:00
|
|
|
fcore/cursor-dfa/vi-dlr-dfa.sml
|
2024-10-09 11:59:41 +01:00
|
|
|
end
|
2024-10-30 10:05:16 +00:00
|
|
|
fcore/cursor.sml
|
2024-10-28 09:34:55 +00:00
|
|
|
fcore/text-window.sml
|
|
|
|
|
|
2025-08-31 06:28:05 +01:00
|
|
|
fcore/normal-mode/normal-finish.sml
|
2025-09-01 03:04:39 +01:00
|
|
|
fcore/normal-mode/normal-search-finish.sml
|
2025-01-09 22:30:51 +00:00
|
|
|
fcore/move.sml
|
2025-08-07 18:02:47 +01:00
|
|
|
|
2025-08-07 17:41:10 +01:00
|
|
|
fcore/normal-mode/normal-move.sml
|
2025-09-02 12:33:02 +01:00
|
|
|
fcore/normal-mode/normal-yank.sml
|
2025-09-06 03:43:45 +01:00
|
|
|
fcore/normal-mode/make-normal-delete.sml
|
2025-08-07 18:02:47 +01:00
|
|
|
fcore/normal-mode/normal-delete.sml
|
2025-09-06 03:53:47 +01:00
|
|
|
fcore/normal-mode/normal-yank-delete.sml
|
2025-08-07 18:09:52 +01:00
|
|
|
fcore/normal-mode/normal-mode.sml
|
2025-08-31 02:10:57 +01:00
|
|
|
fcore/normal-mode/normal-search-mode.sml
|
2025-08-07 18:02:47 +01:00
|
|
|
|
2024-10-06 09:32:56 +01:00
|
|
|
fcore/app-update.sml
|
2024-10-04 23:23:25 +01:00
|
|
|
|
2024-09-30 13:43:43 +01:00
|
|
|
(* IMPERATIVE SHELL *)
|
|
|
|
|
$(SML_LIB)/basis/mlton.mlb
|
|
|
|
|
$(SML_LIB)/cml/cml.mlb
|
|
|
|
|
|
|
|
|
|
ann
|
|
|
|
|
"allowFFI true"
|
|
|
|
|
in
|
|
|
|
|
ffi/gles3-import.sml
|
|
|
|
|
ffi/glfw-import.sml
|
|
|
|
|
ffi/glfw-input.sml
|
|
|
|
|
end
|
|
|
|
|
|
2025-08-04 09:03:47 +01:00
|
|
|
shell/exception-logger.sml
|
2025-08-07 12:20:57 +01:00
|
|
|
shell/search-thread.sml
|
2024-10-06 09:32:56 +01:00
|
|
|
shell/update-thread.sml
|
2024-09-30 15:46:19 +01:00
|
|
|
shell/gl-shaders.sml
|
2024-10-01 08:25:12 +01:00
|
|
|
shell/gl-draw.sml
|
2024-09-30 13:43:43 +01:00
|
|
|
shell/shell.sml
|