From ab8c3aef948e70a75d055174293f28f3146a592e Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 22 Nov 2009 23:37:53 +0100 Subject: tools/dfagen: add import support, closes #82 --- tools/dfagen/examples/imported3.fsm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tools/dfagen/examples/imported3.fsm (limited to 'tools/dfagen/examples/imported3.fsm') diff --git a/tools/dfagen/examples/imported3.fsm b/tools/dfagen/examples/imported3.fsm new file mode 100644 index 00000000..8115cc62 --- /dev/null +++ b/tools/dfagen/examples/imported3.fsm @@ -0,0 +1,20 @@ +# Imported third file. +Imported3 + +States: + I3S1 + I3S2 + +Events: + i3e1 + i3e2 + +I3S1: + i3e2 -> I3S2 + i2e2 -> I3S2 + re2 -> I3S2 + +I3S2: + i3e1 -> I3S1 + i2e1 -> I3S1 + re1 -> I3S1 -- cgit v1.2.3