Files
sml-projects/dotscape.mlb

61 lines
1007 B
Plaintext
Raw Normal View History

2024-07-28 14:22:17 +01:00
$(SML_LIB)/basis/basis.mlb
2024-08-08 05:56:20 +01:00
(* FUNCTIONAL CORE *)
fcore/layer-tree.sml
fcore/app-type.sml
2024-08-13 23:28:21 +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
fcore/click-points.sml
fcore/app-init.sml
fcore/app-with.sml
message-types/draw-msg.sml
message-types/file-msg.sml
message-types/input-msg.sml
message-types/update-msg.sml
2024-08-13 23:28:21 +01:00
fcore/quad-tree.sml
fcore/common-update.sml
fcore/normal-mode.sml
fcore/browse-mode.sml
fcore/move-mode.sml
fcore/app-update.sml
(* pure file parsing functions *)
fcore/parser/parser.mlb
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
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
imperative-shell/update-thread.sml
imperative-shell/file-thread.sml
imperative-shell/draw-thread.sml
2024-08-08 05:56:20 +01:00
imperative-shell/shell.sml