summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - added Pair and StackedHashMapschinz2003-05-141-0/+2
|
* *** empty log message ***schinz2003-05-142-0/+71
|
* - added SymbolSubstTypeMap.javaschinz2003-05-141-0/+1
|
* - added a constructor, fixed another oneschinz2003-05-141-1/+15
| | | | | - added lookup methods
* - Fixed type of method Throwable.throwpaltherr2003-05-141-1/+1
|
* - Added SymbolSubstTypeMap.javapaltherr2003-05-141-0/+147
|
* extended syntax of pattern matching with regula...buraq2003-05-133-5/+78
| | | | | | extended syntax of pattern matching with regular expression operators *?+| and new token @
* added Subsequence, Alternative and Bind nodesburaq2003-05-131-0/+20
|
* 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-136-10/+10
|
* renamed Tuple to Sequenceburaq2003-05-132-4/+4
|
* - Fixed to use scala.runtime.InterpreterSupportpaltherr2003-05-131-15/+39
|
* - Added field type to case Valuepaltherr2003-05-131-1/+1
|
* - Fixed to use scala.runtime.InterpreterSupport...paltherr2003-05-131-11/+12
| | | | | | - Fixed to use scala.runtime.InterpreterSupport instead of scala.Interpreter
* - Removed Interpreter.javapaltherr2003-05-132-42/+0
|
* - Added InterpreterSupport.javapaltherr2003-05-132-1/+108
|
* added testEquals method, suggested by Matthiasburaq2003-05-131-16/+35
|
* - Adapted the type signature for the output of ...paltherr2003-05-092-2/+2
| | | | | - Adapted the type signature for the output of SymbolTablePrinter
* - Removed code that is now in class SymbolTable...paltherr2003-05-094-232/+6
| | | | | | - Removed code that is now in class SymbolTablePrinter Changed some - toString methods to use SymbolTablePrinter
* - Made rawInfoAt publicpaltherr2003-05-091-1/+1
|
* - Added SymbolTablePrinter.javapaltherr2003-05-092-0/+598
|
* - Fixed some variable namespaltherr2003-05-091-2/+2
|
* - Added CodePrinterpaltherr2003-05-091-0/+2
|
* - Added target lamplib and corresponding variablespaltherr2003-05-091-9/+17
|
* - Added lamplib.lstpaltherr2003-05-091-0/+6
|
* - Added CodePrinter.javapaltherr2003-05-091-0/+277
|
* - Fixed a commentpaltherr2003-05-091-1/+1
|
* *** empty log message ***Martin Odersky2003-05-092-4/+20
|
* - use definesSymbol to find nodes which define ...schinz2003-05-091-11/+1
| | | | | - use definesSymbol to find nodes which define symbols
* - added a CVS Id tag, removed trailing wsschinz2003-05-091-1/+4
|
* *** empty log message ***Martin Odersky2003-05-093-41/+86
|
* *** empty log message ***Martin Odersky2003-05-092-13/+10
|
* *** empty log message ***Martin Odersky2003-05-0826-234/+242
|
* reintroduced possibility to enter things twice ...buraq2003-05-061-1/+0
| | | | | | reintroduced possibility to enter things twice in the scope. Is crucial if source files should be taken instead of compiled things.
* All the power of unit testing condensed in a 3 ...buraq2003-05-061-0/+42
| | | | | | All the power of unit testing condensed in a 3 lines higher-order function. join the "I love Applications of Functional Programming" club.
* - Removed commented out codepaltherr2003-05-061-13/+0
|
* - Added method containspaltherr2003-05-061-0/+30
| | | | | | | - Added second method iterator - Added assert in method enter to prevent entering two symbols with the same name
* - Replaced calls to hasSymbol by calls to defin...paltherr2003-05-061-6/+6
| | | | | | | - Replaced calls to hasSymbol by calls to definesSymbols Replaced calls - to enter by calls to enterOrOverload Changed type used to check if - members need to be added
* - Fixed code that avoids private methodspaltherr2003-05-061-1/+1
|
* - Replaced a call an enter by an enterOrOverloadpaltherr2003-05-061-1/+1
|
* - Added support for cygwinpaltherr2003-05-051-3/+5
|
* - Modified to use definitions from cygwin.mkpaltherr2003-05-051-9/+8
|
* - Added import of cygwin.mkpaltherr2003-05-051-0/+1
|
* - Added cygwin.mkpaltherr2003-05-051-0/+32
|
* - Changed setOwner to automatically update the ...paltherr2003-05-054-8/+15
| | | | | | - Changed setOwner to automatically update the owner of the associated class (for modules) and constructor (for classes).
* - Removed the break that caused a warningpaltherr2003-05-051-1/+0
|
* *** empty log message ***Martin Odersky2003-05-0118-290/+56
|
* - Changed LabelDef to have an array of Idents i...paltherr2003-04-303-3/+3
| | | | | | - Changed LabelDef to have an array of Idents instead of an array of Trees
* - Fixed type of main methodpaltherr2003-04-301-3/+6
|
* *** empty log message ***Martin Odersky2003-04-304-14/+20
|