summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/BerrySethi.java
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup + fixed matching of empty sequence...buraq2003-08-271-0/+2
| | | | | code cleanup + fixed matching of empty sequences with empty patterns
* refactoring: removed class FiniteAutom.buraq2003-07-291-2/+2
| | | | | | | | | 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
* allocation of variables in bindingburaq2003-07-091-3/+3
|
* matchingburaq2003-07-081-7/+7
|
* *** empty log message ***buraq2003-07-051-13/+12
|
* hooking up pattern matcher with sequence matcherburaq2003-07-041-0/+2
|
* automata stuff for pattern matchingburaq2003-06-191-0/+642