summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-05-279-134/+58
|
* - Changed log messagepaltherr2003-05-231-1/+1
|
* - Added call to widenpaltherr2003-05-231-1/+1
|
* - Fixed method isSubType for UnboxedType and Un...paltherr2003-05-231-2/+10
| | | | | - Fixed method isSubType for UnboxedType and UnboxedArrayType
* - Commented out altherr1.scalapaltherr2003-05-231-1/+1
|
* - Commented out debug codepaltherr2003-05-221-1/+1
|
* - Added arrays.scalapaltherr2003-05-223-0/+207
|
* - Added imports.scalapaltherr2003-05-222-0/+2
|
* - Removed the incorrect codepaltherr2003-05-222-79/+0
|
* - Added imports.scala & imports.checkpaltherr2003-05-224-0/+378
|
* *** empty log message ***Martin Odersky2003-05-221-6/+35
|
* - Replaced an equals by a ==paltherr2003-05-221-1/+1
|
* - Added imports.scala & imports.checkpaltherr2003-05-222-0/+186
|
* *** empty log message ***Martin Odersky2003-05-212-13/+41
|
* *** empty log message ***Martin Odersky2003-05-212-5/+28
|
* *** empty log message ***Martin Odersky2003-05-2114-134/+215
|
* - Added a catch to handle stack overflowspaltherr2003-05-211-0/+2
|
* - Fixed computation of scala stack tracepaltherr2003-05-212-46/+45
|
* Scala syntax highlighting for UltraEdit-32 (Win32)michelou2003-05-211-0/+871
|
* - Changed log method in class Debugpaltherr2003-05-204-17/+32
| | | | | | - Adapated calls to these log methods - Added a log about symbol overrides
* - Moved code from EntryPointCompiler into Inter...paltherr2003-05-208-199/+162
| | | | | | - Moved code from EntryPointCompiler into Interpreter Removed - EntryPointCompiler Simplified Compiler
* - Commented out some \red, \redtext, \bs \espaltherr2003-05-201-3/+5
|
* - Reverted changes to arrayspaltherr2003-05-193-22/+16
|
* - Fixed early initialization of module variable...paltherr2003-05-191-4/+20
| | | | | | - Fixed early initialization of module variables (there are still problems with some local modules).
* - Moved isGlobalModule method from RefCheck int...paltherr2003-05-192-10/+22
| | | | | | - Moved isGlobalModule method from RefCheck into Symbol Added generation - of module setter method in RefCheck
* fixed comment FunDef, FunSig ( changed 'ParamCl...buraq2003-05-191-2/+2
| | | | | fixed comment FunDef, FunSig ( changed 'ParamClause' to 'ParamClauses' )
* *** empty log message ***Martin Odersky2003-05-1920-139/+428
|
* - (final) bug fix: use the symbol of the class ...schinz2003-05-192-10/+22
| | | | | | - (final) bug fix: use the symbol of the class for ThisTypes which appear its body.
* added printing of nodes Sequence,Subsequence,Al...buraq2003-05-191-0/+27
| | | | | added printing of nodes Sequence,Subsequence,Alternative,Bind
* adapted PatternNormalizer to new syntax, whih a...buraq2003-05-191-1/+1
| | | | | | adapted PatternNormalizer to new syntax, whih allows subsequence pattern under arbitrary apply nodes
* validity check and normalization of [sub]sequen...buraq2003-05-191-13/+31
| | | | | validity check and normalization of [sub]sequence patterns
* - (partial) bug fix: modify ThisTypes appearing...schinz2003-05-192-3/+35
| | | | | | - (partial) bug fix: modify ThisTypes appearing in classes which have an interface so that they use the class symbol
* takes care ofburaq2003-05-161-0/+535
| | | | | | | - downsizing patterns to make life easier (esp. for typechecking) - rejecting things that the permissive grammars allow but which are not ok. (i.e. case x | y | z etc)
* using PatternNormalizer, fixed recognition of e...buraq2003-05-161-2/+11
| | | | | using PatternNormalizer, fixed recognition of empty subsequences
* added PatternNormalizerburaq2003-05-161-0/+1
|
* 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)
* - Added some tests to avoid printing if there i...paltherr2003-05-151-2/+4
| | | | | - Added some tests to avoid printing if there is no printer
* - Split class Interpreter into classes Interpre...paltherr2003-05-155-425/+505
| | | | | - Split class Interpreter into classes Interpreter and InterpreterShell
* - added generation of line-number informationschinz2003-05-151-0/+35
|
* - Improved stack tracespaltherr2003-05-158-195/+204
| | | | | | | - Removed class Evaluator.Levels - Replaced Variable.Context by Variable.Argument & Variable.Local - Added Evaluator.EvaluationStack
* - Fixed a commentpaltherr2003-05-141-1/+1
|
* - adapted to the new version of AddConstructorsschinz2003-05-141-1/+1
|
* - adapted to the new version of AddInterfacesschinz2003-05-141-19/+12
|
* - complete rewrite of AddInterfaces, to simplif...schinz2003-05-142-740/+620
| | | | | | - complete rewrite of AddInterfaces, to simplify it and make it compatible with separate compilation (hopefully)
* - names of constructor methods are not construc...schinz2003-05-141-4/+5
| | | | | | - names of constructor methods are not constructor names anymore, since that violates several invariants in Symbol.java
* - use the name of the symbol to identify class ...schinz2003-05-141-1/+2
| | | | | | | - use the name of the symbol to identify class constructors instead of isConstructor method (which doesn't work with constructors added by AddConstructors)
* - added CONSTRUCTOR name ("<init>")schinz2003-05-141-0/+2
|
* - added Id CVS tagschinz2003-05-141-0/+3
|
* - added valueParams methodschinz2003-05-142-1/+41
|
* - 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