aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)AuthorFilesLines
2000-06-14tiny change to make compiler compilable by itself (2.0 parser works eithermartinw1-1/+2
2000-06-13fixed bug in boolean case expressions of which first alt may failclean1-2/+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...martinw3-65/+69
2000-06-09Added preprocessor directives, so that one and the same source can bemartinw5-24/+56
2000-06-09predef.icl: StdDynamics has become StdDynamicmartijnv2-1/+6
2000-06-08JVG: changed mapSt function into macroclean2-1/+33
2000-06-06coercions added though not completemartijnv3-41/+58
2000-06-06see previous revisionmartinw1-3/+1
2000-06-06added simple hacky preprocessor facility. The following sourcemartinw2-12/+48
2000-06-05enabled higher order function elimination also for functions (producers)martinw4-134/+195
2000-06-05removed ---> applicationmartijnv1-1/+1
2000-05-31readableizing error messagesmartinw6-18/+28
2000-05-31setting defaultPrio to 9 according to bug report from Ronnymartinw1-1/+1
2000-05-31Added just a comment (beginning with "XXX") that indicates a change that has ...martinw1-0/+1
2000-05-31fixed fusion bug: The algorithm that derived the type for the specialised fun...martinw1-59/+100
2000-05-30fixed bugs; partially implemented type dependent functionsmartijnv7-138/+367
2000-05-26bugfix: The following letmartinw1-1/+2
2000-05-22improved dynamicssjakie4-35/+85
2000-05-17accepting changesmartinw1-2/+0
2000-05-17bugfixmartinw1-5/+12
2000-05-16bugfix in transform.icl (line 1306): the reference count in collectVariablesmartijnv1-0/+5
2000-05-11bug fix (uniqueness attributes)sjakie1-3/+13
2000-05-11bug fix in macrossjakie1-3/+18
2000-05-11fixed basic types in dynamics andpieter1-16/+27
2000-05-03made order of local definitions the same as in icl module (compareDefImp takesmartinw1-1/+1
2000-05-03bugfixmartinw3-17/+17
2000-05-03bug fixsjakie1-6/+7
2000-04-26bugfixmartinw2-3/+8
2000-04-26sorry for that!martinw1-10/+0
2000-04-26fixed convert_reduced_context_to_expressionclean1-1/+1
2000-04-26Merge Martin/ Sjaak & Ronny branchesclean14-357/+364
2000-04-26changes to make compiler compatible with itselfmartinw39-1278/+1485
2000-04-12small bugfixmartinw1-0/+5
2000-03-30removing record field "lei_strict" that became superflous due to the last rev...martinw3-16/+6
2000-03-30comparision of redundant macro definitionsmartinw5-50/+66
2000-03-24bugfixesmartinw8-141/+101
2000-03-22*** empty log message ***sjakie1-6/+7
2000-03-20*** empty log message ***sjakie3-80/+99
2000-03-20Bug fix in printing routinesjakie1-67/+141
2000-03-20*** empty log message ***sjakie9-500/+583
2000-03-17 - making array patterns strict (strict lets were not properly handledmartinw11-98/+135
2000-03-16use error code from parsing dcl filesclean1-12/+11
2000-03-14added Update alternative for consequences (Expression)clean1-1/+4
2000-03-14extended array patterns for muitidimensional arraysmartinw8-44/+60
2000-03-09no messagepieter1-43/+87
2000-03-09optimized by Johnpieter2-246/+556
2000-03-01bugfixesmartinw6-117/+136
2000-02-24Removed debug modules (they moved to separate directory)ronny8-1068/+0
2000-02-22Bug fixes escaped characters in character and string denotationsronny1-5/+32