summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed scala-test to make neg-check-files path...paltherr2003-06-1833-121/+125
| | | | | - Fixed scala-test to make neg-check-files path-indenpendant.
* - Made path OBJDIR absolutepaltherr2003-06-181-0/+6
|
* using TransMatch.Matcher for input, output.buraq2003-06-172-3/+53
|
* introduced inner class "Matcher"buraq2003-06-171-4/+52
|
* - Added method "equals" to class Anypaltherr2003-06-172-1/+13
|
* - Enhanced debug messagespaltherr2003-06-171-9/+9
|
* - Added method toStringpaltherr2003-06-171-0/+5
|
* moved matching stuff to subpackage matchingburaq2003-06-171-2/+3
|
* moved to subpackage matchingburaq2003-06-175-1044/+3
|
* *** empty log message ***Martin Odersky2003-06-175-54/+63
|
* - Removed implementation of methods == and != f...paltherr2003-06-162-48/+2
| | | | | - Removed implementation of methods == and != from class Any
* started semantic analysis for patternsburaq2003-06-161-0/+25
|
* - Removed unused codepaltherr2003-06-161-29/+0
|
* - Made SourceFile and Position scala-independan...paltherr2003-06-164-1/+5
| | | | | | | | - 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 ch.epfl.lamp.util.Positionpaltherr2003-06-162-0/+359
| | | | | - Added ch.epfl.lamp.util.SourceFile
* - Removed scalac.util.Positionpaltherr2003-06-162-354/+0
| | | | | - Removed scalac.ast.parser.Sourcefile
* - Made SourceFile and Position scala-independan...paltherr2003-06-1656-252/+333
| | | | | | | | - 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.
* half-reintroduced attribs, need for parsing int...buraq2003-06-162-14/+29
| | | | | half-reintroduced attribs, need for parsing interface
* removed attributes, need HashMap or something s...buraq2003-06-161-1/+15
| | | | | removed attributes, need HashMap or something similar
* Made a function type explicit.Matthias Zenger2003-06-151-1/+1
|
* Factored out a default map implementation that ...Matthias Zenger2003-06-153-30/+82
| | | | | | Factored out a default map implementation that implements all map operations in terms of three simple operations: find, add, and remove.
* representation of xml elements in scalaburaq2003-06-141-0/+24
|
* comments, cleanupburaq2003-06-142-16/+198
|
* is called dtd2scalaburaq2003-06-141-183/+0
|
* now is added binaryburaq2003-06-141-0/+1
|
* should have added binaryburaq2003-06-141-1/+0
|
* modifications so keywords can be detected by XM...buraq2003-06-131-0/+11
| | | | | modifications so keywords can be detected by XML tool dtd2scala
* classes for XML tool dtd2scalaburaq2003-06-134-0/+923
|
* xerces library for XML tool dtd2scalaburaq2003-06-131-0/+1
|
* starter script for XML tool dtd2scalaburaq2003-06-131-0/+22
|
* build file for XML tool dtd2scalaburaq2003-06-131-0/+21
|
* *** empty log message ***Martin Odersky2003-06-138-29/+72
|
* Added new runtime file.Matthias Zenger2003-06-121-0/+1
|
* Adapted the code to the new Monitor trait.Matthias Zenger2003-06-125-5/+5
|
* Cleaned up the code.Matthias Zenger2003-06-124-22/+22
|
* Cleaned up and optimized the code.Matthias Zenger2003-06-125-71/+197
|
* Removed some debug output. ;-)Matthias Zenger2003-06-122-6/+6
|
* Fixed two bugs:Matthias Zenger2003-06-122-112/+140
| | | | | | - Bug 35 in bugtracking - Sequences in class constructors
* - Removed support for notespaltherr2003-06-124-54/+1
|
* - Removed old unused codepaltherr2003-06-121-9/+0
|
* *** empty log message ***michelou2003-06-111-1/+1
|
* *** empty log message ***michelou2003-06-112-2/+3
|
* *** empty log message ***michelou2003-06-111-0/+25
|
* *** empty log message ***Martin Odersky2003-06-114-3/+16
|
* - Fixed a commentpaltherr2003-06-111-1/+1
|
* - Removed DefaultDefinitionPrinter (replaced by...paltherr2003-06-111-46/+5
| | | | | - Removed DefaultDefinitionPrinter (replaced by InterpreterPrinter)
* - Added InterpreterPrinter.javapaltherr2003-06-112-0/+78
|
* - Removed opcode Box and corresponding boxing c...paltherr2003-06-112-67/+0
| | | | | - Removed opcode Box and corresponding boxing code in Evaluator.
* - Replaced use a Code.Box by a Code.Invokepaltherr2003-06-111-4/+17
|
* - Added missing public modifierpaltherr2003-06-111-3/+3
|