summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/Autom2Scala.java
Commit message (Expand)AuthorAgeFilesLines
* translated most to scalaburaq2005-01-211-228/+0
* commit 2buraq2004-06-041-4/+1
* *** empty log message ***buraq2004-06-031-3/+3
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-021-1/+1
* using partialMatcher instead of old Transmatch ...buraq2004-05-171-4/+3
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-181-1/+0
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-4/+4
* using LabelDef instead of nested functions for ...buraq2004-01-291-61/+3
* cleanupburaq2004-01-071-3/+1
* cleanupburaq2004-01-071-208/+185
* - Added some missing PARAM flagspaltherr2003-12-111-2/+3
* optimization, switch instead of if-the-else for...buraq2003-12-021-29/+37
* - Removed method _scalapaltherr2003-10-291-5/+0
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-291-5/+5
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-141-12/+12
* - Removed all instances of Inferpaltherr2003-10-131-2/+1
* - Removed field PatternTool.makepaltherr2003-10-131-25/+9
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-3/+1
* - Removed Autom2Scala._applyNonepaltherr2003-10-101-5/+0
* - Removed CodeFactory.Blockpaltherr2003-10-101-3/+2
* - Replaced some use of "make" by "gen"paltherr2003-10-101-3/+3
* fixed bug133, refactored code ignoreValue,Null ...buraq2003-10-061-1/+3
* moved methods for constructing Cons and Nil fro...buraq2003-10-021-1/+2
* ? nothing changedburaq2003-09-121-2/+0
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-5/+3
* using Switch in translation of automataburaq2003-09-021-159/+75
* code cleanup + fixed matching of empty sequence...buraq2003-08-271-0/+1
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-081-12/+12
* code-cleanup, refactoring, corrected multiple u...buraq2003-07-151-59/+90
* completed migration. code is now operationalburaq2003-07-131-6/+5
* allocation of variables in bindingburaq2003-07-091-2/+2
* handle matching with if pat contains reg op Alg...buraq2003-07-071-1/+1
* cleaned up constructorburaq2003-07-021-3/+2
* change to adapt to new iteratorsburaq2003-06-231-3/+5
* added Autom2Scala and related methods (pattern ...buraq2003-06-201-0/+390