summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up the pattern matcher.Matthias Zenger2003-08-291-223/+141
* - replaced empty trees in right-hand sides of v...schinz2003-08-292-2/+6
* Implemented optimized pattern matcher that uses...Matthias Zenger2003-08-281-44/+131
* Minor modifications.Matthias Zenger2003-08-281-0/+37
* code cleanup + fixed matching of empty sequence...buraq2003-08-275-2/+9
* Switched on switch expressions. ;-)Matthias Zenger2003-08-271-1/+1
* Removed some debugging output.Matthias Zenger2003-08-251-1/+1
* Included optimization for top-level switches on...Matthias Zenger2003-08-253-16/+197
* removed SeqTrace stuff.buraq2003-08-252-51/+62
* - rewrote the phase creation processpaltherr2003-08-183-3/+3
* - Replaced use of AttributedTreeCopier by Trans...paltherr2003-08-151-4/+18
* - Replaced use of SubstTransformer by TreeClonerpaltherr2003-08-151-2/+1
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-0810-57/+57
* *** empty log message ***Martin Odersky2003-07-312-4/+4
* refactoring: removed class FiniteAutom.buraq2003-07-295-161/+267
* "freshening" of patterns before calling algbera...buraq2003-07-282-77/+80
* refactoringburaq2003-07-151-0/+55
* code-cleanup, refactoring, corrected multiple u...buraq2003-07-154-387/+342
* - Fixed the code that generates value selection...paltherr2003-07-142-2/+2
* obsoleteburaq2003-07-141-79/+0
* code cleanupburaq2003-07-145-66/+24
* added static method, hid private variablesburaq2003-07-142-8/+15
* completed migration. code is now operationalburaq2003-07-1311-86/+121
* removed at, fixed code for Literalsburaq2003-07-093-11/+12
* allocation of variables in bindingburaq2003-07-095-15/+30
* matchingburaq2003-07-087-159/+127
* handle matching with if pat contains reg op Alg...buraq2003-07-074-11/+707
* indentation + javadoc commentsmichelou2003-07-071-25/+49
* *** empty log message ***buraq2003-07-055-20/+22
* hooking up pattern matcher with sequence matcherburaq2003-07-044-71/+135
* pattern matching encoreburaq2003-07-048-1/+1593
* collect variables from patternsburaq2003-07-042-0/+96
* changed code for sequence matching, not yet ope...buraq2003-07-034-16/+203
* cleaned up constructorburaq2003-07-022-53/+25
* cleaned upmichelou2003-06-231-62/+80
* change to adapt to new iteratorsburaq2003-06-232-4/+6
* This is just a hack to make the compiler usable...Matthias Zenger2003-06-231-7/+11
* changes for WordAutomInScalaburaq2003-06-201-5/+76
* translationburaq2003-06-201-0/+84
* added Autom2Scala and related methods (pattern ...buraq2003-06-203-120/+597
* automata stuff for pattern matchingburaq2003-06-196-0/+2217
* *** empty log message ***buraq2003-06-195-349/+514
* Added widen.Matthias Zenger2003-06-191-1/+1
* using TransMatch.Matcher for input, output.buraq2003-06-172-3/+53
* moved to subpackage matchingburaq2003-06-172-2/+2
* - Made SourceFile and Position scala-independan...paltherr2003-06-162-1/+4
* Removed some debug output. ;-)Matthias Zenger2003-06-121-3/+3
* Fixed two bugs:Matthias Zenger2003-06-121-56/+70
* *** empty log message ***Martin Odersky2003-06-111-54/+56
* *** empty log message ***buraq2003-05-131-2/+2