aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)AuthorFilesLines
2001-06-08mergeCases in separate moduleronny3-290/+308
2001-06-06set the 'fun_pos' of a 'FunDef' for functions with a specified typejohnvg1-9/+8
2001-06-06removed code that prints the pointer in instance <<<johnvg1-2/+2
2001-06-05for error messages in patterns use line number of the alternative,johnvg3-33/+23
2001-06-05introduced newFunctionWithTyperonny1-6/+14
2001-06-05undo previous commitronny1-382/+393
2001-06-05accidental commitronny1-393/+382
2001-06-05changed all trace arrows (==>, ---->) to -*->ronny1-42/+26
2001-06-05added // otherwisesronny1-0/+15
2001-06-05added type signaturesronny1-4/+5
2001-06-05renamed CopyInfo to CopyStateronny1-105/+105
2001-06-05renamed DistributeInfo to DistributeStateronny1-108/+108
2001-06-05renamed rcs_info parameters to rcsronny1-91/+91
2001-06-05combined fields in CheckImportedInfo (subphase of weighted refcount)ronny1-33/+38
2001-06-05moved rcs_main_dcl_module_n field from RCState to RCInforonny1-29/+29
2001-06-05combinden weightedRefCount parameters in RCInfo recordronny1-78/+84
2001-06-05renamed RCInfo to RCStateronny1-126/+126
2001-06-05reordered functions to reflect order within convertcasesronny1-688/+689
2001-06-01removed comments with alternatives for DynamicExprronny1-73/+1
2001-06-01removed MW0 commentsronny1-4/+0
2001-06-01removed import of debug modulejohnvg2-2/+3
2001-06-01The _Module generated for each icl-module conflicted with record of namemartijnv2-2/+2
2001-06-01removed import pp in order to make the compiler compilable without mymartijnv1-1/+1
2001-05-31added mechanism to generate a module id for each module. Fixed an indexmartijnv5-71/+154
2001-05-31fix bug in uniqueness typing for array updates with (a & [i ]= e} syntaxjohnvg1-27/+17
2001-05-31Added a switch which generates for an unify/coerce application an extramartijnv1-17/+57
2001-05-30bug fix: arrays of unboxed functions are not allowedjohnvg1-1/+1
2001-05-30in 'transform' of trans.icl also transform expressions in selections of an Up...johnvg1-0/+17
2001-05-30detect in 'postparse' when the definition module correspondingjohnvg3-18/+30
2001-05-30optimize array comprehensions,johnvg6-288/+587
2001-05-30added alternatives to function 'transform' for Update,RecordUpdate,TupleSelec...johnvg1-1/+21
2001-05-18revision 1.31 was stupid nonsensemartinw1-1/+3
2001-05-14*** empty log message ***martinw2-0/+24
2001-05-14new phase between analTypeDefs and typingmartinw2-0/+249
2001-05-11fixed bug in convertCases Let (introduced in previous commit)ronny1-1/+1
2001-05-11I wanted to commit this together with the icl file, but it didn't fitmartinw1-8/+1
2001-05-11improving error messagemartinw1-1/+4
2001-05-11checking the kinds of all function-, instance-, class- and member-typesmartinw3-100/+8
2001-05-11moving all switch macros to new module "compilerSwitches"martinw8-25/+16
2001-05-10changed last field of CollectState into cos_used_dynamics which reflectsmartijnv3-13/+13
2001-05-10bug fixes:martijnv12-35/+96
2001-05-10bug fix: unusued dynamics in where/let clauses produced a rule doesn't matchmartijnv1-3/+51
2001-05-09combined convert paramaters in recordronny1-166/+103
2001-05-08added fields to cons_info and type_infoalimarin4-218/+359
2001-05-08accidental commitronny1-7/+7
2001-05-08renamed ci_ fieldname prefixes and ci variables to cs_ and csronny1-240/+240
2001-05-08removed uniqueness attribute in ConvertState type definitionronny1-4/+4
2001-05-08renamed ConversionInfo to ConvertStateronny1-6/+6
2001-05-08replaced call to my_zip by exactZip, removed definition my_zipronny1-4/+1
2001-05-08replaced zip2's with exactZip (fails when its arguments are of unequal length)ronny1-8/+16