summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/DetWordAutom.java
Commit message (Collapse)AuthorAgeFilesLines
* gone with thisburaq2005-01-281-1008/+0
|
* translated most to scalaburaq2005-01-211-6/+6
|
* no changeburaq2003-10-281-1/+1
|
* cleanupburaq2003-10-281-836/+836
|
* fixed hashing of patternsburaq2003-09-261-7/+7
|
* code cleanup + fixed matching of empty sequence...buraq2003-08-271-1/+1
| | | | | code cleanup + fixed matching of empty sequences with empty patterns
* refactoring: removed class FiniteAutom.buraq2003-07-291-20/+133
| | | | | | | | | 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
* completed migration. code is now operationalburaq2003-07-131-1/+4
|
* automata stuff for pattern matchingburaq2003-06-191-0/+892