summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/TransMatch.java
Commit message (Expand)AuthorAgeFilesLines
* renamed call to PMburaq2003-11-281-1/+1
* Added support for | in algebraic patterns;Matthias Zenger2003-11-111-19/+18
* fixed bug196 with a wild hackburaq2003-10-291-4/+20
* - Removed all instances of Inferpaltherr2003-10-131-8/+2
* Cleaned up the pattern matcher.Matthias Zenger2003-08-291-55/+49
* handle matching with if pat contains reg op Alg...buraq2003-07-071-8/+26
* Matcher fields uncommentedburaq2003-07-041-2/+2
* code for sequence matching, not yet operationalburaq2003-07-031-6/+4
* introduced inner class "Matcher"buraq2003-06-171-4/+52
* moved to subpackage matchingburaq2003-06-171-0/+1
* - Removed class Phase.paltherr2003-03-211-5/+5
* Ported pattern matcher.Matthias Zenger2003-02-201-3/+2
* Initial version of the pattern matcher component.Matthias Zenger2003-02-201-0/+81