extract dfa generator to a separate file in repository root, so that it could be reused

This commit is contained in:
2026-04-24 01:28:10 +01:00
parent 345b6d522e
commit 504b5309f4
3 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ $(SML_LIB)/basis/basis.mlb
(* LIBRARIES (purely functional) *) (* LIBRARIES (purely functional) *)
../brolib-sml/src/line_gap.sml ../brolib-sml/src/line_gap.sml
../cozette-sml/fonts-with-z-index/cozette-ascii.mlb ../cozette-sml/fonts-with-z-index/cozette-ascii.mlb
../dfa-gen/dfa-gen.sml
(* FUNCTIONAL CORE *) (* FUNCTIONAL CORE *)
fcore/bin-search.sml fcore/bin-search.sml
@@ -10,9 +11,8 @@ fcore/bin-search.sml
ann ann
"allowVectorExps true" "allowVectorExps true"
in in
fcore/persistent-vector.sml fcore/search-list/persistent-vector.sml
end end
fcore/search-list/dfa-gen.sml
fcore/search-list/search-list.sml fcore/search-list/search-list.sml
message-types/input-msg.sml message-types/input-msg.sml