X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fstatuses.txt;h=5e52989f1b094f7e1f4acfb64a25ae9f0129032f;hb=f5c28fbe41e4754af1c161e7b4176ae053199cc7;hp=18fe97ab43cc418e122c3ff9708203e5ac4bc60c;hpb=16250ed29f9200595694cd49dfc1aed76280dcb9;p=helm.git diff --git a/matita/components/statuses.txt b/matita/components/statuses.txt index 18fe97ab4..5e52989f1 100644 --- a/matita/components/statuses.txt +++ b/matita/components/statuses.txt @@ -1,10 +1,20 @@ -grafitetypes - |--> dumpable - |--> nciclibrary - |--> grafiteparser --> notation_parser - |--> tac - |--> auto - |--> eq - |--> lexicon - |--> interpretation --> nciccoercion --> unif_hint - |--> termcontentpres +grafitetypes(baseuri,ng_mode,dependencies) + |--> dumpable(dump) + |--> 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() + |--> termcontentpres(...) + |--> interpretation(...)