aboutsummaryrefslogtreecommitdiff
path: root/frontend/check.icl
AgeCommit message (Expand)AuthorFilesLines
2000-10-23renumber icl function and macro indices when unfoldingjohnvg1-14/+49
2000-10-11added error messagesmartinw1-1/+12
2000-10-04-added position information for let bindings for better error messagesmartinw1-79/+97
2000-09-27making compiler self compatiblemartinw1-16/+19
2000-09-27optimizations and caching of dcl modules (without trans.icl)clean1-203/+501
2000-09-20improving error messages:martinw1-9/+31
2000-09-13added position information for better error messagesmartinw1-14/+23
2000-08-15improved typing error messages: type variables are printed like "a" insteadmartinw1-8/+8
2000-08-10added position information to case defaults to improve type error messagesmartinw1-15/+24
2000-08-09added position information to case alternatives and changed the typingmartinw1-77/+106
2000-08-01improving error messagesmartinw1-11/+16
2000-07-14De predefined symbols worden in check.icl aangepast. Hetmartijnv1-0/+3
2000-07-10optimised consequence checking for explicit importsmartinw1-20/+43
2000-07-03no messageclean1-1/+4
2000-07-03no messageclean1-4/+1
2000-06-21solving the problem of strict aliases. Now a strict aliasmartinw1-19/+23
2000-06-16added error message "not a record constructor", e.g. in the following case:martinw1-0/+3
2000-06-16small changes to reduce memory allocationclean1-10/+14
2000-06-14optimisation: compareDefImp now only compares those definitions that aremartinw1-2/+9
2000-05-31readableizing error messagesmartinw1-3/+4
2000-05-26bugfix: The following letmartinw1-1/+2
2000-05-03bugfixmartinw1-6/+7
2000-04-26bugfixmartinw1-2/+1
2000-04-26Merge Martin/ Sjaak & Ronny branchesclean1-8/+30
2000-04-26changes to make compiler compatible with itselfmartinw1-169/+220
2000-03-30comparision of redundant macro definitionsmartinw1-2/+8
2000-03-24bugfixesmartinw1-22/+25
2000-03-17 - making array patterns strict (strict lets were not properly handledmartinw1-30/+26
2000-03-14extended array patterns for muitidimensional arraysmartinw1-15/+25
2000-02-21- implemented comparison between redundant definitions in icl and dcl modulesmartinw1-224/+351
2000-02-15bug fix (unboxed arrrays of records)ronny1-0/+2
2000-01-19check.icl: improving bugfix that yielded revision 1.15martinw1-83/+34
2000-01-19bug fix (changed syntax tree)sjakie1-6/+8
2000-01-17Bug fixessjakie1-113/+13
2000-01-17removing some abort statements in checkmartinw1-24/+15
2000-01-13- check.icl: solved check-bug-11:martinw1-33/+211
2000-01-04introduced new error message: "StdDynamics not imported"martinw1-6/+41
1999-12-14Bug fix: infix pattern constructorssjakie1-22/+20
1999-12-10bugfixesmartinw1-122/+130
1999-12-01Several bug fixes:sjakie1-3/+3
1999-11-16bug fix: single unique selections of arrays adjustedsjakie1-10/+21
1999-11-15bug fix: instance of < for Priority removed,sjakie1-26/+45
1999-11-12bug fixesmartinw1-14/+26
1999-11-12minor bug fix, some code polishingsjakie1-9/+10
1999-11-11extension: no longer necessary to repeat macros in icl-filesjakie1-33/+58
1999-11-10extension: not necessary to repeat definitions of dcl-module in icl-modulesjakie1-291/+213
1999-10-18lots of changes in module trans to make fusion work.martinw1-7/+12
1999-10-07bugfix: record selections in matchnodessjakie1-11/+19
1999-10-05bugfix: record selections in matchnodessjakie1-1/+1
1999-10-05Initial importronny1-0/+3037