summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/SequenceMatcher.java
Commit message (Collapse)AuthorAgeFilesLines
* cleanupburaq2003-10-281-1/+0
|
* - Removed all instances of Inferpaltherr2003-10-131-4/+3
|
* - Removed CodeFactory.Blockpaltherr2003-10-101-1/+1
|
* fixed bug133, refactored code ignoreValue,Null ...buraq2003-10-061-75/+0
| | | | | | fixed bug133, refactored code ignoreValue,Null to calls to TreeGen.mkDefaultValue
* fixed hashing of patternsburaq2003-09-261-0/+1
|
* using Switch in translation of automataburaq2003-09-021-1/+2
| | | | | code cleanup, removed many obsoleted methods.
* CodeFactory now creates trees with correct posi...buraq2003-09-011-4/+6
| | | | | CodeFactory now creates trees with correct positions
* code cleanup + fixed matching of empty sequence...buraq2003-08-271-1/+3
| | | | | code cleanup + fixed matching of empty sequences with empty patterns
* - Replaced use of AttributedTreeCopier by Trans...paltherr2003-08-151-4/+18
| | | | | - Replaced use of AttributedTreeCopier by Transformer
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-081-5/+5
| | | | | - Replaced NOPOS by FIRSTPOS or other non zero position
* "freshening" of patterns before calling algbera...buraq2003-07-281-26/+3
| | | | | | | "freshening" of patterns before calling algberaic matcher ensures than no symbol is used more than once in ValDefs
* code cleanupburaq2003-07-141-3/+3
|
* completed migration. code is now operationalburaq2003-07-131-4/+6
|
* pattern matching encoreburaq2003-07-041-0/+285