summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - resolved a merge conflictmihaylov2003-06-231-188/+166
| | | | | - various small changes
* changes for WordAutomInScalaburaq2003-06-201-5/+76
|
* WordAutom2Scala translationburaq2003-06-201-1/+1
|
* translationburaq2003-06-201-0/+84
|
* added Autom2Scala and related methods (pattern ...buraq2003-06-203-120/+597
| | | | | added Autom2Scala and related methods (pattern matching)
* added Autom2Scala (pattern matching)buraq2003-06-201-1/+1
|
* added automata stuffburaq2003-06-191-0/+9
|
* automata stuff for pattern matchingburaq2003-06-196-0/+2217
|
* *** empty log message ***Martin Odersky2003-06-194-142/+184
|
* removed ListBuffer and MapImplmichelou2003-06-191-2/+0
|
* *** empty log message ***buraq2003-06-195-349/+514
|
* refactoring of pattern matcherburaq2003-06-191-0/+4
|
* Added widen.Matthias Zenger2003-06-191-1/+1
|
* - Added empty switchpaltherr2003-06-192-0/+26
|
* This file is now called DefaultMapModel.scalaMatthias Zenger2003-06-191-50/+0
|
* This file is now called Buffer.Matthias Zenger2003-06-191-148/+0
|
* Renamed ListBuffer to Buffer.Matthias Zenger2003-06-191-0/+82
|
* Refactored some list code and implemented Stack...Matthias Zenger2003-06-199-41/+274
| | | | | Refactored some list code and implemented Stacks and Queues.
* - Fixed objdir for target --negpaltherr2003-06-191-1/+4
| | | | | - Added removal of class files for target --neg
* - Update library.lstpaltherr2003-06-181-0/+18
|
* - Added files/run/imports.scalapaltherr2003-06-182-0/+107
| | | | | - Added files/run/imports.check
* - Removed cours/lisp.scalapaltherr2003-06-181-1/+0
|
* - Fixed evaluation of IsScalapaltherr2003-06-181-1/+1
|
* - Fixed titlepaltherr2003-06-181-1/+1
| | | | | - Deleted trailing whitespaces
* - Fixed formattingpaltherr2003-06-181-3/+3
|
* javadoc commentsmichelou2003-06-181-4/+29
|
* cleaned upmichelou2003-06-181-189/+198
|
* - 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
|