summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/NondetWordAutom.java
Commit message (Collapse)AuthorAgeFilesLines
* gone with thisburaq2005-01-281-518/+0
|
* translated most to scalaburaq2005-01-211-12/+0
|
* - Removed some obsolete references class TextTr...paltherr2004-12-061-2/+0
| | | | | | - Removed some obsolete references class TextTreePrinter and package printer
* cleanupburaq2004-01-081-0/+13
|
* cleanupburaq2003-10-281-10/+7
|
* refactoring: removed class FiniteAutom.buraq2003-07-291-15/+128
| | | | | | | | | different types, so many casts were needed. In fact, FiniteAutom is not used anywhere. now fixed. fields are migrated to subclasses DetWordAutom and NondetWordAutom, with more specific types
* automata stuff for pattern matchingburaq2003-06-191-0/+409