michaelinux / mini-java

Automatically exported from code.google.com/p/mini-java
0 stars 0 forks source link

Add helper functions for unit test #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a helper function to create sample DFA. The function should accept a
string as the representation of the transitions.

Something like this: "ABa,ABb,BCa", which represents three transitions:
"A-->B" with "a" as input;
"A-->B" with "b" as input;
"B-->C" with "a" as input

Original issue reported on code.google.com by lemontree.cool on 6 Sep 2008 at 3:02

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 6 Sep 2008 at 3:04

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 13 Sep 2008 at 12:42