summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/Autom2Scala.java
Commit message (Collapse)AuthorAgeFilesLines
* - Removed method _scalapaltherr2003-10-291-5/+0
|
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-291-5/+5
| | | | | - In Definitions, replaced primitive _TYPE fields by methods
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-141-12/+12
| | | | | - Reorganized Definitions
* - Removed all instances of Inferpaltherr2003-10-131-2/+1
|
* - Removed field PatternTool.makepaltherr2003-10-131-25/+9
| | | | | - Removed method Autom2Scala._ref
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-3/+1
| | | | | | | | | - Removed Names.WILDCARD - Added Names.PATTERN_WILDCARD - Added Names.IMPORT_WILDCARD - Replaced most uses of Names.PATTERN_WILDCARD by Definitions.PATTERN_WILDCARD - Removed TreeInfo.isWildcardPattern
* - Removed Autom2Scala._applyNonepaltherr2003-10-101-5/+0
| | | | | - Replaced make by gen
* - 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
| | | | | | fixed bug133, refactored code ignoreValue,Null to calls to TreeGen.mkDefaultValue
* moved methods for constructing Cons and Nil fro...buraq2003-10-021-1/+2
| | | | | moved methods for constructing Cons and Nil from codefactory to TreeGen
* ? nothing changedburaq2003-09-121-2/+0
|
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-5/+3
| | | | | | | - Fixed some errors. - Removed "dangerous" methods in TreeGen. - Renamed some methods in TreeGen.
* using Switch in translation of automataburaq2003-09-021-159/+75
| | | | | code cleanup, removed many obsoleted methods.
* code cleanup + fixed matching of empty sequence...buraq2003-08-271-0/+1
| | | | | code cleanup + fixed matching of empty sequences with empty patterns
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-081-12/+12
| | | | | - Replaced NOPOS by FIRSTPOS or other non zero position
* code-cleanup, refactoring, corrected multiple u...buraq2003-07-151-59/+90
| | | | | code-cleanup, refactoring, corrected multiple use of the same symbol
* 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
| | | | | handle matching with if pat contains reg op AlgebraicMatcher
* 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
added Autom2Scala and related methods (pattern matching)