reimplement parsing code (but program does not compile yet because I have to change type of 'USE_SQUARES' constructure)
This commit is contained in:
20
dotscape.mlb
20
dotscape.mlb
@@ -3,6 +3,23 @@ $(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
|
||||
@@ -30,9 +47,6 @@ fcore/browse-mode.sml
|
||||
fcore/move-mode.sml
|
||||
fcore/app-update.sml
|
||||
|
||||
(* pure file parsing functions *)
|
||||
fcore/parser/parser.mlb
|
||||
|
||||
(* IMPERATIVE SHELL *)
|
||||
$(SML_LIB)/basis/mlton.mlb
|
||||
$(SML_LIB)/cml/cml.mlb
|
||||
|
||||
Reference in New Issue
Block a user