aboutsummaryrefslogtreecommitdiff
path: root/frontend/checkFunctionBodies.icl
AgeCommit message (Expand)AuthorFilesLines
2001-09-07moved function checkLocalFunctions from checksupport to checkFunctionBodiesjohnvg1-0/+6
2001-09-06check if StdStrictLists is importedjohnvg1-8/+14
2001-08-31added code for strict and unboxed listsjohnvg1-34/+225
2001-07-25removed underscoreModule from ParseState, this is now handled by the scannerronny1-5/+5
2001-07-18assorted scanner/parser bug fixes by Pieter (tested by Ronny)ronny1-5/+5
2001-07-18removed unused code to detect tuple patterns for merging casesronny1-21/+3
2001-06-28Sjaak: removed 'dyn_uni_vars' from type 'DynamicExpr'sjakie1-1/+1
2001-06-22boolean for explicit cases (cases that are specified by the programmer)ronny1-16/+70
2001-06-08merge all casesronny1-4/+59
2001-06-05for error messages in patterns use line number of the alternative,johnvg1-12/+6
2001-05-10bug fixes:martijnv1-3/+8
2001-04-25added support for constructors (for toString like usage),alimarin1-14/+33
2001-04-20bugfixmartinw1-45/+47
2001-03-27unfold all macros and local functions in macrosjohnvg1-18/+1
2001-03-20Sjaak: fixed inheritance bugs and strictness attributessjakie1-3/+3
2001-03-15Fixes to compile with 2.0alimarin1-3/+20
2001-03-13Generics are added, but are disabled.alimarin1-2/+32
2001-02-13delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" aftermartinw1-4/+3
2000-10-31bug fix in determining SK_LocalMacroFunction (instead of SK_Function)johnvg1-8/+6
2000-10-27moving huge part of code out of check into new module checkFunctionBodiesmartinw1-0/+1953