gayathri97 / mini-java

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

Add DFAVisitor #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
provides DFA traversal algorithm.

* DFAVisitor should be an abstracte class
* there should be an abstract callback method which will be called when a
new transition is encountered.
* DFACopier can be implemented by utilizing the DFAVisitor
* DFADumper
* anonymous DFAVisitor subclass can be added for various tasks

Original issue reported on code.google.com by lemontree.cool on 4 Oct 2008 at 1:59

GoogleCodeExporter commented 9 years ago
Change to NFAVisitor

Original comment by lemontree.cool on 5 Oct 2008 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 21 May 2009 at 3:04

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 4 Jul 2009 at 8:40