summaryrefslogtreecommitdiff
path: root/config/list/compiler.lst
Commit message (Collapse)AuthorAgeFilesLines
* pattern matching files....buraq2003-07-041-3/+7
|
* Stephane please do not delete commented lines, ...buraq2003-07-041-0/+5
| | | | | Stephane please do not delete commented lines, I need them
* corrected list for transformer/matching/*michelou2003-07-041-15/+10
|
* sourcefiles 4 pattern matchingburaq2003-07-031-0/+4
|
* WordAutom2Scala translationburaq2003-06-201-1/+1
|
* added Autom2Scala (pattern matching)buraq2003-06-201-1/+1
|
* added automata stuffburaq2003-06-191-0/+9
|
* refactoring of pattern matcherburaq2003-06-191-0/+4
|
* moved matching stuff to subpackage matchingburaq2003-06-171-2/+3
|
* - Made SourceFile and Position scala-independan...paltherr2003-06-161-2/+0
| | | | | | | | - Made SourceFile and Position scala-independant (moved them to ch.epfl.lamp.util) - Added position arguments to methods of class Reporter - Changed printing of positions to display the whole path not only the file name.
* added PatternNormalizerburaq2003-05-161-0/+1
|
* - added SymbolSubstTypeMap.javaschinz2003-05-141-0/+1
|
* - Added SymbolTablePrinter.javapaltherr2003-05-091-0/+2
|
* - Added CheckTreeNodespaltherr2003-04-151-1/+2
|
* - Removed file AbstractTreeCopyFactory.javapaltherr2003-04-151-1/+0
|
* - Added automatic generation of TreeCopier.javapaltherr2003-04-141-3/+4
| | | | | | - Added automatic generation of LazyTreeCopier.java Added automatic - generation of StrictTreeCopier.java
* - Added automatic generation of DefaultTreeFact...paltherr2003-04-141-1/+2
| | | | | | - Added automatic generation of DefaultTreeFactory.java Added automatic - generation of TreeFactory.java
* - Removed file TreeCopier.javapaltherr2003-04-111-1/+0
|
* Added checkers/CheckNamesmihaylov2003-02-271-0/+4
|
* Added scalac/transformer/AddConstructors and sc...mihaylov2003-02-211-0/+2
| | | | | | Added scalac/transformer/AddConstructors and scalac/transformer/AddConstructorsPhase.java
* - Added Erasure and ErasurePhasepaltherr2003-02-211-2/+2
|
* Ported pattern matcher.Matthias Zenger2003-02-201-0/+4
|
* - added GenJVM phaseschinz2003-02-191-0/+2
|
* - Added scalac/backend/Primitivespaltherr2003-02-191-1/+1
|
* - Added scalac/backend/Primitive.javapaltherr2003-02-191-0/+5
|
* - added phases AddInterfaces and ExpandMixinsschinz2003-02-191-0/+8
|
* - added AddAccessors phaseschinz2003-02-171-0/+2
|
* - restored ExplicitOuterClasses phaseschinz2003-02-171-0/+2
|
* - Added list of compiler source filespaltherr2003-02-141-0/+94
- Added Makefile