summaryrefslogtreecommitdiffhomepage
path: root/tools/dfagen/dfagen/automaton.py
AgeCommit message (Collapse)Author
2010-04-01tools/dfagen: fix initial state listed twiceNicolas Schodet
2010-03-15tools/dfagen: limit output using origin, refs #102Nicolas Schodet
2009-12-18tools/dfagen: add origin to states, events and branches, refs #102Nicolas Schodet
2009-12-18tools/dfagen: fixed small typoNicolas Schodet
2009-05-08 * tools/dfagen:Nicolas Schodet
- added state attributes. - added support for more than one initial state. - added table of transitions with only one default branch. - added state and event template parameter. - added --output-dir. - make template directory relative to config file. - more options checking. - added transition attributes and callback definition. - conserve input file order in output. - added --dump and more option checking. - fixed missing newline.
2009-02-09 * all python:Nicolas Schodet
- changed tabs to spaces.
2008-03-17 * tools/dfagen:Nicolas Schodet
- added dfagen.