summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-09 11:04:01 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-09 11:04:01 +0000
commit1b00603a8b0c6ca929656b1e80ab3b588502f98e (patch)
tree61a29061eeea7685e78c61a4bd26ea9e5f2c9b0d
parentbbd3222a6bb68373b5996a819bf313cde46da690 (diff)
more compiler data
-rw-r--r--doc/gf-compiler.dot19
-rw-r--r--doc/gf-compiler.pngbin20889 -> 23729 bytes
2 files changed, 14 insertions, 5 deletions
diff --git a/doc/gf-compiler.dot b/doc/gf-compiler.dot
index 2b2f3137a..d6cf9eb49 100644
--- a/doc/gf-compiler.dot
+++ b/doc/gf-compiler.dot
@@ -43,21 +43,30 @@ gfc -> gf11 [label = " PrintGFC", style = "solid"];
gf11 [label = "file.gfc", style = "solid", shape = "plaintext"];
- mcfg [label = "file.mcfg", style = "solid", shape = "plaintext"];
+ mcfg [label = "file.gfcm", style = "solid", shape = "plaintext"];
gfc -> mcfg [label = " PrintGFC", style = "dotted"];
bnf [label = "file.cf", style = "solid", shape = "plaintext"];
gfc -> bnf [label = " CF.PrLBNF", style = "dotted"];
- happy [label = "file.y", style = "solid", shape = "plaintext"];
- gfc -> happy [label = " BNFC", style = "dotted"];
+ happy [label = "file.y (Happy)", style = "solid", shape = "plaintext"];
+ bnf -> happy [label = " bnfc", style = "dotted"];
- bison [label = "file.y", style = "solid", shape = "plaintext"];
- gfc -> bison [label = " BNFC", style = "dotted"];
+ bison [label = "file.y (Bison)", style = "solid", shape = "plaintext"];
+ bnf -> bison [label = " bnfc", style = "dotted"];
+
+ cup [label = "parser.java (CUP)", style = "solid", shape = "plaintext"];
+ bnf -> cup [label = " bnfc", style = "dotted"];
+
+ xml [label = "file.dtd (XML)", style = "solid", shape = "plaintext"];
+ bnf -> xml [label = " bnfc", style = "dotted"];
cfg [label = "file.cfg", style = "solid", shape = "plaintext"];
gfc -> cfg [label = " Conversions.GFC", style = "dotted"];
+ cfgm [label = "file.cfgm", style = "solid", shape = "plaintext"];
+ gfc -> cfgm [label = " Conversions.GFC", style = "dotted"];
+
srg [label = "file.gsl", style = "solid", shape = "plaintext"];
cfg -> srg [label = " Speech.SRG", style = "dotted"];
diff --git a/doc/gf-compiler.png b/doc/gf-compiler.png
index 2679f71c6..b02cfa725 100644
--- a/doc/gf-compiler.png
+++ b/doc/gf-compiler.png
Binary files differ