reimplement parsing code (but program does not compile yet because I have to change type of 'USE_SQUARES' constructure)

This commit is contained in:
2025-08-09 11:29:36 +01:00
parent b765e406c7
commit 940e4429a7
5 changed files with 42 additions and 29 deletions

View File

@@ -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