summaryrefslogtreecommitdiff
path: root/sources/scalac/ast
Commit message (Collapse)AuthorAgeFilesLines
* using PatternNormalizer, fixed recognition of e...buraq2003-05-161-2/+11
| | | | | using PatternNormalizer, fixed recognition of empty subsequences
* fixed recognition of subsequences (like in List...buraq2003-05-161-3/+14
| | | | | | | fixed recognition of subsequences (like in List( 1,2,(1,2)* ), especially empty subsequences (like this one (,,||,,,|,|,,|,,) for example)
* - modified mkParentConstr(s) to make it possibl...schinz2003-05-141-5/+15
| | | | | | - modified mkParentConstr(s) to make it possible to pass arguments to the parent constructor
* extended syntax of pattern matching with regula...buraq2003-05-133-5/+78
| | | | | | extended syntax of pattern matching with regular expression operators *?+| and new token @
* fixed typo in comment for ArgumentPatterns, is ...buraq2003-05-131-1/+1
| | | | | fixed typo in comment for ArgumentPatterns, is (...) not [...]
* *** empty log message ***buraq2003-05-131-1/+1
|
* - added a CVS Id tag, removed trailing wsschinz2003-05-091-1/+4
|
* - Changed setOwner to automatically update the ...paltherr2003-05-051-2/+0
| | | | | | - Changed setOwner to automatically update the owner of the associated class (for modules) and constructor (for classes).
* *** empty log message ***Martin Odersky2003-05-012-30/+1
|
* - Changed LabelDef to have an array of Idents i...paltherr2003-04-301-1/+1
| | | | | | - Changed LabelDef to have an array of Idents instead of an array of Trees
* *** empty log message ***Martin Odersky2003-04-304-40/+54
|
* - Added methods which take a symbol in TreeFact...paltherr2003-04-302-22/+9
| | | | | - Added methods which take a symbol in TreeFactories and TreeCopiers.
* *** empty log message ***Martin Odersky2003-04-163-19/+42
|
* - Added a commentpaltherr2003-04-161-0/+1
|
* - Changed LazyTreeCopier to used a copier inste...paltherr2003-04-161-2/+7
| | | | | - Changed LazyTreeCopier to used a copier instead of a factory
* - Enabled tree node checkspaltherr2003-04-161-0/+1
|
* - Added automatic generation of Treepaltherr2003-04-153-921/+177
|
* - Added automatic generation of Traverserpaltherr2003-04-155-611/+120
| | | | | - Added automatic generation of Transformer
* - Removed file AbstractTreeCopyFactory.javapaltherr2003-04-151-30/+0
|
* - Moved code of method TCF.attribute to method ...paltherr2003-04-151-37/+17
| | | | | | - Moved code of method TCF.attribute to method transform Removed class - TCF
* - Added automatic generation of TreeCopier.javapaltherr2003-04-147-908/+100
| | | | | | - Added automatic generation of LazyTreeCopier.java Added automatic - generation of StrictTreeCopier.java
* - Renamed TreeCopyFactory in TreeCopierpaltherr2003-04-147-19/+19
| | | | | | | - Renamed AbstractTreeCopyFactory in AbstractTreeCopier Renamed - LazyTreeFactory in LazyTreeCopier Renamed StrictTreeFactory in - StrictTreeCopier
* - Added .cvsignorepaltherr2003-04-141-0/+2
| | | | | | - Ignored DefaultTreeFactory.java - Ignored TreeFactory.java
* - Added automatic generation of DefaultTreeFact...paltherr2003-04-142-444/+0
| | | | | | - Added automatic generation of DefaultTreeFactory.java Added automatic - generation of TreeFactory.java
* - Added DefaultTreeFactory.java.tmplpaltherr2003-04-142-0/+44
| | | | | - Added TreeFactory.java.tmpl
* - Renamed TreeCreator into DefaultTreeFactorypaltherr2003-04-141-1/+1
|
* - Removed file TreeCopier.javapaltherr2003-04-111-15/+0
|
* - Renamed class TreeCopier into AttributedTreeC...paltherr2003-04-112-74/+74
| | | | | | - Renamed class TreeCopier into AttributedTreeCopier and moved it into file SubstTransformer.java.
* - as a temporary fix, changed definesSymbol in ...schinz2003-04-111-1/+1
| | | | | | - as a temporary fix, changed definesSymbol in ExtTemplate to always return false.
* - Moved EMPTY_ARRAY constant from Ext classes t...paltherr2003-04-112-9/+7
| | | | | - Moved EMPTY_ARRAY constant from Ext classes to class Tree.
* - Removed obsolete constructorpaltherr2003-04-041-10/+5
|
* Wrap character literals in single quotes.mihaylov2003-04-021-0/+2
|
* *** empty log message ***Martin Odersky2003-04-022-3/+12
|
* *** empty log message ***Martin Odersky2003-03-311-2/+16
|
* *** empty log message ***Martin Odersky2003-03-311-1/+5
|
* *** empty log message ***Martin Odersky2003-03-317-77/+127
|
* - Removed fields True & False in class scala.Bo...paltherr2003-03-242-9/+6
| | | | | - Removed fields True & False in class scala.Boolean
* - Fixed method namepaltherr2003-03-241-4/+2
| | | | | - Simplified method apply()
* - Removed class Phase.paltherr2003-03-215-31/+32
| | | | | | - Removed argument descr in constructors of the class Transformer and of its subclasses.
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-211-34/+10
| | | | | | | - Removed method createPhase in class PhaseDescriptor Made method apply - abstract in class PhaseDescriptor Implemented method apply in all - subclasses of class PhaseDescriptor
* *** empty log message ***Martin Odersky2003-03-211-1/+1
|
* *** empty log message ***Martin Odersky2003-03-203-9/+6
|
* *** empty log message ***Martin Odersky2003-03-181-4/+1
|
* *** empty log message ***Martin Odersky2003-03-181-1/+1
|
* *** empty log message ***Martin Odersky2003-03-181-1/+2
|
* *** empty log message ***Martin Odersky2003-03-181-17/+17
|
* *** empty log message ***Martin Odersky2003-03-141-8/+16
|
* - Added some cases to the method toStringpaltherr2003-03-141-0/+10
|
* *** empty log message ***Martin Odersky2003-03-131-1/+0
|
* *** empty log message ***Martin Odersky2003-03-132-0/+2
|