]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/statuses.txt
grafite parser updated
[helm.git] / matita / components / statuses.txt
index 2e9c9e3ddfbc3594956ca01582b5cb0409d810fe..285eae584ff381b10ea3f305ab260cc7d33e7885 100644 (file)
@@ -1,20 +1,20 @@
-grafitetypes
- |--> dumpable
- |--> nciclibrary
- |--> grafiteparser --> notation_parser
- |--> 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(...)