I am now dual headed. We will see how it goes. I have the G4 and PC second display on the second monitor. The G4 stays up as long as I don’t move much. (Long Story)
Testing all the basic functions of the parsing table generation before I go any further.
Simple Sequence
“first” “last”
http://set-top.net/tests/dot/test14.png
Simple Option
( “A” | “B” )
http://set-top.net/tests/dot/test15.png
Dump Option
( “A” | “A” )
http://set-top.net/tests/dot/test16.png
Note that because of the algorithm used, we get this obvious reduction for free.
Sequence With Option
“A” ( “X” | “Y” ) “B”
http://set-top.net/tests/dot/test17.png
Sadly this one is completely wrong….. needs work.