aboutsummaryrefslogtreecommitdiff
path: root/frontend/trans.icl
AgeCommit message (Expand)AuthorFilesLines
2001-12-13remove tuple symbol from UniqueSelector (! selector) and MatchExprjohnvg1-5/+5
2001-12-05removed type from BasicExprjohnvg1-83/+79
2001-11-29different representation of selector kind in Selectionronny1-9/+9
2001-10-18store macros and local functions in macros in separate {#{#FunDef}},johnvg1-29/+26
2001-10-12added alternative for OverloadedListPatterns in producerRequirementsjohnvg1-0/+3
2001-10-12Fusion fixes; should terminate now.diederik1-79/+205
2001-10-03Reduce memory usage of mark_producer_safediederik1-100/+121
2001-10-02Bug fixes: reference count analysis fixed,sjakie1-1/+1
2001-10-01Add producer class for fusiondiederik1-13/+273
2001-10-01Add fusion commandline flagdiederik1-60/+76
2001-09-11reduced memory usage of expandSynTypesjohnvg1-36/+52
2001-09-11pass TypeSymbIdent boxed in TA to function 'expand_syn_types_in_TA' instead o...johnvg1-4/+4
2001-09-06remove fun_index from FunDefjohnvg1-5/+4
2001-08-31added code for strict and unboxed listsjohnvg1-43/+172
2001-08-27Universally quantified types addedsjakie1-0/+5
2001-06-29cleaning upmartinw1-41/+4
2001-06-22boolean for explicit cases (cases that are specified by the programmer)ronny1-0/+3
2001-06-11Bug fix with array updates. Removed redundant code. Adjusted unification algo...sjakie1-6/+9
2001-05-30in 'transform' of trans.icl also transform expressions in selections of an Up...johnvg1-0/+17
2001-05-30added alternatives to function 'transform' for Update,RecordUpdate,TupleSelec...johnvg1-1/+21
2001-05-11moving all switch macros to new module "compilerSwitches"martinw1-1/+2
2001-05-08moved ImportedFunctions from convertcases to transronny1-0/+1
2001-04-20bugfix concerning dictionaries that contain let expressionsmartinw1-18/+18
2001-03-28uniqueness support is added to genericsalimarin1-6/+0
2001-03-27unfold all macros and local functions in macrosjohnvg1-5/+7
2001-03-23fixing several bugsmartinw1-27/+41
2001-03-20Sjaak: fixed inheritance bugs and strictness attributessjakie1-48/+58
2001-03-15*** empty log message ***martinw1-44/+108
2001-03-02bugfix for specialisationsmartinw1-34/+64
2001-02-13delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" aftermartinw1-21/+18
2001-01-19uniqueness unification for types of functions that are generatedmartinw1-452/+632
2000-10-23renumber icl function and macro indices when unfoldingjohnvg1-19/+20
2000-10-04-added position information for let bindings for better error messagesmartinw1-69/+115
2000-09-27making compiler self compatiblemartinw1-41/+69
2000-09-26removing stuff that once dealt with dynamicsmartinw1-49/+14
2000-09-22fixed bug in type unificationmartinw1-6/+10
2000-09-20improving bufix from revision 1.39martinw1-8/+3
2000-09-13fixed following bug:martinw1-13/+12
2000-08-18dynamic type bug fixed; changes to support theorem provermartijnv1-4/+22
2000-08-16restoring revision 1.35, revision 1.36 was unintendedmartinw1-190/+2
2000-08-16ConsVariables were not handled correctly within improved type error messagesmartinw1-1/+189
2000-08-10added position information to case defaults to improve type error messagesmartinw1-1/+2
2000-08-04bugfix: types that were associated with case and let expressions were notmartinw1-29/+30
2000-07-10Restore correct versionclean1-75/+8
2000-07-03no messageclean1-8/+75
2000-06-16now the same type unification algorithm is used for inlining dictionariesmartinw1-75/+8
2000-06-14now higher order function elimination works also for imported functionsmartinw1-14/+13
2000-06-13bugfix: the type unification algorithm used to generate types for new functio...martinw1-97/+121
2000-06-09bugfix in trans. utilites: renaming of mapSt into map_st was necessary, other...martinw1-57/+61
2000-06-05enabled higher order function elimination also for functions (producers)martinw1-126/+185