extract dfa generator to a separate file in repository root, so that it could be reused
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user