X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fstatuses.txt;h=285eae584ff381b10ea3f305ab260cc7d33e7885;hb=9aa2722ff4aa7868ffd14e5a820cd6dc79e2c8a6;hp=d4fb967b7be6c46b5acec12213c891abdcf48661;hpb=f5065f33e0689753c3f2744928b96851ca77ca8d;p=helm.git diff --git a/matita/components/statuses.txt b/matita/components/statuses.txt index d4fb967b7..285eae584 100644 --- a/matita/components/statuses.txt +++ b/matita/components/statuses.txt @@ -1,20 +1,20 @@ -grafitetypes - |--> dumpable - |--> nciclibrary - |--> grafiteparser ----- - |--> tac | - |--> auto | - |--> eq | - |-------------> lexicon - |--> notation_parser - |--> interpretation - | |--> nciccoercion --> unif_hint - |--> termcontentpres +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=...) -applytransformation - | - |-> interpretation -> nciccoercion - | | - | unif_hint - | - |-> termcontentpres +applytransformation() + |--> termcontentpres(...) + |--> interpretation(...)