On Tue, 22 Mar 2011 18:55:57 -0400 Austin Hastings <[email protected]> wrote:
> Can I request an option, --vis-char-transitions (defaulting to "on") to > emit character based transitions as quoted letters instead of integer > numbers during visualization? > > That is, in the dot generator, produce something like: > > 1 -> 2 [ label = "'o'" ]; > > Instead of the current: > > 1 -> 2 [ label = "111" ]; > > (At least whenever isgraph(ch)?) This option is named -p -- ygrek http://ygrek.org.ua/ _______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users
