X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=matita%2Fcomponents%2Fstatuses.txt;h=5e52989f1b094f7e1f4acfb64a25ae9f0129032f;hb=2e72565d67fee9207f4b08448a71d7b3ef815c20;hp=cb454ba5c78471b185eaa810919ac01d7203599d;hpb=53a5acbe28212706be9c684d612aee1ccb165587;p=helm.git diff --git a/matita/components/statuses.txt b/matita/components/statuses.txt index cb454ba5c..5e52989f1 100644 --- a/matita/components/statuses.txt +++ b/matita/components/statuses.txt @@ -1,7 +1,20 @@ -grafitetypes -> tac -> auto + eq + (grafitedisambiguate = lexicon+nciccoercion) - |--> dumpable | | - |--> nciclibrary interpretation unif_hint +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=...) -ntermciccontent = nciccoercion+interpretation - | - unif_hint +applytransformation() + |--> termcontentpres(...) + |--> interpretation(...)