Files
sml-projects/shf.mlb

88 lines
1.8 KiB
Plaintext
Raw Normal View History

2024-09-30 13:43:43 +01:00
$(SML_LIB)/basis/basis.mlb
(* LIBRARIES *)
2024-10-04 15:08:47 +01:00
lib/brolib-sml/src/line_gap.sml
lib/brolib-sml/src/gap_set.sml
lib/cozette-sml/fonts-with-z-index/cozette-ascii.mlb
2024-09-30 13:43:43 +01:00
2024-10-04 23:23:25 +01:00
(* FUNCTIONAL CORE *)
fcore/bin-search.sml
ann
"allowVectorExps true"
in
fcore/persistent-vector.sml
end
fcore/search-list/dfa-gen.sml
2025-10-06 09:55:05 +01:00
fcore/search-list/search-list.sml
2025-09-29 15:06:33 +01:00
message-types/input-msg.sml
message-types/draw-msg.sml
message-types/mailbox-type.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
fcore/normal-mode/normal-search-mode-with.sml
2024-10-08 08:53:43 +01:00
fcore/app-with.sml
fcore/text-constants.sml
2024-10-09 11:59:41 +01:00
ann
"allowVectorExps true"
in
fcore/cursor-dfa/make-dfa-loop.sml
fcore/cursor-dfa/vi-word-dfa.sml
fcore/cursor-dfa/vi-caps-word-dfa.sml
fcore/cursor-dfa/vi-dlr-dfa.sml
fcore/cursor-dfa/vi-l-dfa.sml
fcore/cursor-dfa/vi-h-dfa.sml
fcore/rect.sml
2025-09-01 11:04:56 +01:00
fcore/pipe-cursor.sml
2024-10-09 11:59:41 +01:00
end
fcore/text-builder/text-builder-utils.sml
fcore/text-builder/text-builder-with-cursor.sml
fcore/text-builder/text-builder-with-highlight.sml
fcore/text-builder/normal-mode-text-builder.sml
fcore/text-builder/search-bar.sml
fcore/cursor.sml
fcore/text-scroll.sml
2025-08-31 06:28:05 +01:00
fcore/normal-mode/normal-finish.sml
fcore/normal-mode/normal-search-finish.sml
fcore/move.sml
fcore/normal-mode/normal-move.sml
fcore/normal-mode/normal-yank.sml
fcore/normal-mode/make-normal-delete.sml
fcore/normal-mode/normal-delete.sml
fcore/normal-mode/normal-yank-delete.sml
2025-08-07 18:09:52 +01:00
fcore/normal-mode/normal-mode.sml
fcore/normal-mode/normal-search-mode.sml
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
ann
"allowFFI true"
in
ffi/gles3-import.sml
ffi/glfw-import.sml
ffi/glfw-input.sml
end
ann
"allowVectorExps true"
in
shell/make-mailbox.sml
end
shell/input-mailbox.sml
shell/draw-mailbox.sml
shell/exception-logger.sml
shell/updater.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