summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/RightTracerInScala.java
Commit message (Expand)AuthorAgeFilesLines
* translated most to scalaburaq2005-01-211-503/+0
* *** empty log message ***Martin Odersky2004-07-011-1/+1
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-021-5/+5
* using partialMatcher instead of old Transmatch ...buraq2004-05-171-5/+3
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Removed method Name.appendpaltherr2004-03-181-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-181-31/+18
* - Added method Symbol.newFactorypaltherr2004-03-111-4/+2
* - Removed unused importpaltherr2004-02-191-2/+0
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-37/+28
* oops, forgot a case in BindingBerrySethiburaq2004-02-021-3/+5
* bugburaq2004-02-021-25/+24
* - Generalized use of AConstant to represent con...paltherr2004-02-011-3/+3
* using LabelDef instead of nested functions for ...buraq2004-01-291-41/+49
* - Removed old methods Nil and Cons in TreeGenpaltherr2004-01-081-2/+2
* more cleanupburaq2004-01-081-14/+1
* more cleanupburaq2004-01-081-1/+16
* cleanupburaq2004-01-081-23/+59
* cleanupburaq2004-01-081-81/+53
* cleanupburaq2004-01-071-285/+266
* - Added some missing PARAM flagspaltherr2003-12-111-2/+2
* optimization, switch instead of if-the-else for...buraq2003-12-021-90/+138
* - Fixed type of generated listspaltherr2003-11-121-1/+1
* - Normalized member names of class Definitionpaltherr2003-10-301-2/+2
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-291-6/+6
* cleanupburaq2003-10-221-3/+3
* cleanupburaq2003-10-221-15/+12
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-141-23/+23
* - Removed field PatternTool.makepaltherr2003-10-131-15/+10
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-3/+1
* - Removed CodeFactory.Blockpaltherr2003-10-101-4/+4
* fixed bug133, refactored code ignoreValue,Null ...buraq2003-10-061-1/+6
* moved methods for constructing Cons and Nil fro...buraq2003-10-021-8/+8
* bugfix, using TreeGen now instead of make...buraq2003-09-261-1/+3
* fixed hashing of patternsburaq2003-09-261-2/+2
* ? nothing changedburaq2003-09-121-1/+1
* using Switch in translation of automataburaq2003-09-021-390/+390
* - Replaced use of SubstTransformer by TreeClonerpaltherr2003-08-151-2/+1
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-081-4/+4
* "freshening" of patterns before calling algbera...buraq2003-07-281-51/+77
* code-cleanup, refactoring, corrected multiple u...buraq2003-07-151-54/+17
* code cleanupburaq2003-07-141-11/+1
* completed migration. code is now operationalburaq2003-07-131-3/+9
* allocation of variables in bindingburaq2003-07-091-5/+6
* matchingburaq2003-07-081-3/+4
* pattern matching encoreburaq2003-07-041-0/+500