summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/SequenceMatcher.java
Commit message (Collapse)AuthorAgeFilesLines
* translated most to scalaburaq2005-01-211-155/+0
|
* - Removed some obsolete references class TextTr...paltherr2004-12-061-1/+0
| | | | | | - Removed some obsolete references class TextTreePrinter and package printer
* nothingburaq2004-07-081-10/+6
|
* *** empty log message ***Martin Odersky2004-07-011-1/+1
|
* *** empty log message ***buraq2004-06-031-2/+2
|
* using partialMatcher instead of old Transmatch ...buraq2004-05-171-4/+3
| | | | | using partialMatcher instead of old Transmatch # Matcher
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
| | | | | | - Moved Position and SourceFile from ch.epfl.lamp.util to scala.tools.util
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-12/+4
| | | | | - Changed Tree.Block(Tree[]) to Tree.Block(Tree[],Tree)
* oops, forgot a case in BindingBerrySethiburaq2004-02-021-0/+1
|
* using LabelDef instead of nested functions for ...buraq2004-01-291-4/+4
| | | | | using LabelDef instead of nested functions for automata code generation
* more cleanupburaq2004-01-081-18/+2
|
* cleanupburaq2004-01-081-158/+133
|
* posburaq2004-01-071-2/+4
|
* *** empty log message ***Martin Odersky2003-11-141-2/+2
|
* 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