X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fstatuses.txt;h=285eae584ff381b10ea3f305ab260cc7d33e7885;hb=48c011f52853dd106dbf9cbbd1b9da61277fba3b;hp=03b17e31dce187a4cdab6aa8cefc3a9404deff70;hpb=f3f6b451707a3feb8245717e3fa7ca25df0ce8ef;p=helm.git diff --git a/matita/components/statuses.txt b/matita/components/statuses.txt index 03b17e31d..285eae584 100644 --- a/matita/components/statuses.txt +++ b/matita/components/statuses.txt @@ -1,15 +1,20 @@ -grafitetypes -> tac -> auto + eq + (grafitedisambiguate = lexicon+nciccoercion) - |--> dumpable | | - |--> nciclibrary | unif_hint - | - interpretation + termcontentpres + notation_parser= cicnotation - +grafitetypes(baseuri,ng_mode) + |--> dumpable(dump=objs+dependencies+includes) + |--> nciclibrary(timestamp) + |--> grafiteparser(db=ast_statement grammarentry) + | |--> cicnotationparser(db=grammars+keywords+items) + | + |--> termcontentpres(db=level1_patterns21,compiled21,pattern21_matrix,counter) + | + |--> tac(obj,stack) + |--> auto(automation_cache) + |--> eq(eq_cache) + |--> grafitedisambiguate(db=aliases+multi_aliases+new_aliases) + |--> interpretation(db=level2_patterns32,compiled32, + | pattern32_matrix,counter) + |--> nciccoercion(db=...) + |--> unif_hint(db=...) - - - -ntermciccontent = nciccoercion+interpretation - | - unif_hint - -applytransformation = ntermciccontent+termcontentpres +applytransformation() + |--> termcontentpres(...) + |--> interpretation(...)