2024-07-28 14:22:17 +01:00
|
|
|
$(SML_LIB)/basis/basis.mlb
|
|
|
|
|
|
2024-08-08 05:56:20 +01:00
|
|
|
(* FUNCTIONAL CORE *)
|
2025-08-09 08:43:51 +01:00
|
|
|
fcore/grid.sml
|
2025-08-09 07:48:49 +01:00
|
|
|
fcore/layer-tree.sml
|
2025-08-09 11:29:36 +01:00
|
|
|
|
|
|
|
|
(* parser *)
|
|
|
|
|
ann
|
|
|
|
|
"allowVectorExps true"
|
|
|
|
|
in
|
|
|
|
|
fcore/parser/space-dfa.sml
|
|
|
|
|
fcore/parser/int-dfa.sml
|
|
|
|
|
fcore/parser/brace-dfa.sml
|
|
|
|
|
fcore/parser/all-dfa.sml
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
fcore/parser/tokens.sml
|
|
|
|
|
fcore/parser/lexer.sml
|
|
|
|
|
fcore/parser/parse-grid.sml
|
|
|
|
|
fcore/parser/parser.sml
|
|
|
|
|
(* end of parser *)
|
|
|
|
|
|
2025-07-06 14:56:54 +01:00
|
|
|
fcore/app-type.sml
|
2024-08-13 23:28:21 +01:00
|
|
|
|
2025-07-11 23:56:20 +01:00
|
|
|
ann
|
|
|
|
|
"allowVectorExps true"
|
|
|
|
|
in
|
|
|
|
|
fcore/ndc.sml
|
|
|
|
|
cozette-sml/fonts/cozette-ascii.mlb
|
|
|
|
|
end
|
|
|
|
|
|
2025-07-10 23:54:51 +01:00
|
|
|
fcore/graph-lines.sml
|
2025-07-06 14:56:54 +01:00
|
|
|
fcore/click-points.sml
|
|
|
|
|
fcore/app-init.sml
|
|
|
|
|
fcore/app-with.sml
|
2024-08-08 00:50:36 +01:00
|
|
|
|
|
|
|
|
message-types/draw-msg.sml
|
2025-07-06 14:56:54 +01:00
|
|
|
message-types/file-msg.sml
|
|
|
|
|
message-types/input-msg.sml
|
2024-08-28 20:11:00 +01:00
|
|
|
message-types/update-msg.sml
|
2024-08-13 23:28:21 +01:00
|
|
|
|
2025-07-06 14:56:54 +01:00
|
|
|
fcore/quad-tree.sml
|
|
|
|
|
|
|
|
|
|
fcore/common-update.sml
|
|
|
|
|
fcore/normal-mode.sml
|
|
|
|
|
fcore/browse-mode.sml
|
2025-08-08 23:39:29 +01:00
|
|
|
fcore/move-mode.sml
|
2025-07-06 14:56:54 +01:00
|
|
|
fcore/app-update.sml
|
2024-08-29 09:55:08 +01:00
|
|
|
|
2024-08-08 05:56:20 +01:00
|
|
|
(* IMPERATIVE SHELL *)
|
2025-07-06 15:06:00 +01:00
|
|
|
$(SML_LIB)/basis/mlton.mlb
|
2024-08-08 05:56:20 +01:00
|
|
|
$(SML_LIB)/cml/cml.mlb
|
|
|
|
|
|
2025-07-11 23:56:20 +01:00
|
|
|
ann
|
|
|
|
|
"allowFFI true"
|
|
|
|
|
in
|
|
|
|
|
ffi/gles3-import.sml
|
|
|
|
|
ffi/glfw-import.sml
|
|
|
|
|
ffi/glfw-input.sml
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
ann
|
|
|
|
|
"allowVectorExps true"
|
|
|
|
|
in
|
|
|
|
|
imperative-shell/constants.sml
|
|
|
|
|
imperative-shell/app-draw.sml
|
|
|
|
|
end
|
|
|
|
|
|
2024-08-08 05:56:20 +01:00
|
|
|
imperative-shell/input-callbacks.sml
|
2024-08-28 19:34:47 +01:00
|
|
|
|
|
|
|
|
imperative-shell/update-thread.sml
|
2024-08-28 20:42:52 +01:00
|
|
|
imperative-shell/file-thread.sml
|
2024-08-28 19:34:47 +01:00
|
|
|
imperative-shell/draw-thread.sml
|
2025-08-26 13:00:18 +01:00
|
|
|
imperative-shell/init-glfw.sml
|
2024-08-28 19:34:47 +01:00
|
|
|
|
2024-08-08 05:56:20 +01:00
|
|
|
imperative-shell/shell.sml
|