git-subtree-dir: dotscape git-subtree-mainline:6b91d64fc3git-subtree-split:f306501a68
78 lines
1.2 KiB
Plaintext
78 lines
1.2 KiB
Plaintext
$(SML_LIB)/basis/basis.mlb
|
|
|
|
(* FUNCTIONAL CORE *)
|
|
fcore/grid.sml
|
|
fcore/layer-tree.sml
|
|
|
|
(* 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 *)
|
|
|
|
fcore/app-type.sml
|
|
|
|
ann
|
|
"allowVectorExps true"
|
|
in
|
|
fcore/ndc.sml
|
|
end
|
|
|
|
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
|
|
|
|
fcore/file-string.sml
|
|
fcore/quad-tree.sml
|
|
|
|
fcore/common-update.sml
|
|
fcore/normal-mode.sml
|
|
fcore/move-mode.sml
|
|
fcore/app-update.sml
|
|
|
|
(* 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
|
|
|
|
ann
|
|
"allowVectorExps true"
|
|
in
|
|
imperative-shell/constants.sml
|
|
imperative-shell/app-draw.sml
|
|
end
|
|
|
|
imperative-shell/input-callbacks.sml
|
|
|
|
imperative-shell/update-thread.sml
|
|
imperative-shell/file-thread.sml
|
|
imperative-shell/draw-thread.sml
|
|
imperative-shell/init-glfw.sml
|
|
|
|
imperative-shell/converter.sml
|
|
|
|
imperative-shell/shell.sml
|