views:

12

answers:

1

Do there exists any Standard Syntax for Describing the Transition Table for an NFA or DFA ?

A: 

You can use the GDL (Graph Description Language) to do this:

Graph Description Language

You may also be interested in DOT, which is a plain text graph description language: DOT

Michael Goldshteyn