[abcp commit] r99 - no log message

0 views
Skip to first unread message

codesite...@google.com

unread,
Mar 23, 2009, 1:33:52 PM3/23/09
to abcp-...@googlegroups.com
Author: rdentato
Date: Mon Mar 23 10:30:58 2009
New Revision: 99

Modified:
trunk/doc/tech/readln.gv

Log:


Modified: trunk/doc/tech/readln.gv
==============================================================================
--- trunk/doc/tech/readln.gv (original)
+++ trunk/doc/tech/readln.gv Mon Mar 23 10:30:58 2009
@@ -2,34 +2,29 @@

digraph finite_state_machine {

- mode = hier;
- node [shape = doublecircle]; 1;
+ rankdir=LR;
+ node [shape = doublecircle]; BOL;
+ node [shape = doublecircle]; EOL;
node [shape = circle];
- 1 -> 1 [ label = "spc" ];
- 1 -> 3 [ label = "%" ];
- 1 -> 2 [ label = "" ];
- 1 -> 4 [ label = "\"" ];
- 1 -> 6 [ label = "\\n" ];
- 3 -> 5 [ label = "" ];
- 3 -> 6 [ label = "\\n" ];
- 3 -> 2 [ label = "%" ];
- 3 -> 9 [ label = "\\" ];
- 2 -> 2 [ label = "" ];
- 2 -> 6 [ label = "\\n" ];
- 2 -> 6 [ label = "[%]" ];
- 4 -> 4 [ label = "" ];
- 2 -> 4 [ label = "\"" ];
- 4 -> 2 [ label = "\"" ];
- 5 -> 6 [ label = "\\n" ];
- 5 -> 5 [ label = "" ];
- 5 -> 9 [ label = "\\" ];
- 2 -> 7 [ label = "\\" ];
- 7 -> 8 [ label = "%" ];
- 7 -> 2 [ label = "\\n" ];
- 7 -> 7 [ label = "spc" ];
- 8 -> 8 [ label = "" ];
- 8 -> 2 [ label = "\\n" ];
- 9 -> 5 [ label = "" ];
- 9 -> 9 [ label = "spc" ];
+
+ BOL -> BOL [ label = "spc" ];
+ BOL -> "REM?" [ label = "%" ];
+ BOL -> LINE [ label = "" ];
+ BOL -> EOL [ label = "\\n" ];
+
+ "REM?" -> REM [ label = "" ];
+ "REM?" -> LINE [ label = "%" ];
+ "REM?" -> EOL [ label = "\\n" ];
+
+ LINE -> STR [ label = "\"" ];
+ LINE -> LINE [ label = "" ];
+ LINE -> EOL [ label = "[%]" ];
+ LINE -> EOL [ label = "\\n" ];
+
+ REM -> REM [ label = "" ];
+ REM -> EOL [ label = "\\n" ];
+
+ STR -> STR [ label = "" ];
+ STR -> LINE [ label = "\"" ];

}

Reply all
Reply to author
Forward
0 new messages