aboutsummaryrefslogtreecommitdiff
path: root/frontend/checkFunctionBodies.icl
AgeCommit message (Expand)AuthorFilesLines
2002-07-22removed RWS commentsronny1-29/+9
2002-07-22introduced macros for values of case_explicit booleanronny1-13/+16
2002-07-16generate DclFunCall's for function calls from macros to fixjohnvg1-7/+27
2002-06-17removed ignored !'sjohnvg1-2/+2
2002-06-03added constructor/type/field information to genericsalimarin1-4/+26
2002-05-01bug fix: make case for variable pattern explicitronny1-1/+1
2002-03-25new implementation of genericsalimarin1-22/+29
2002-01-17Bug fix: Scopes in dynamicssjakie1-25/+24
2002-01-10bug fix: move merge cases to transform, because it assumes local funcitonsronny1-44/+10
2001-12-19fix pattern does not match error in function add_decons_call_for_overloaded_l...johnvg1-0/+1
2001-12-17implement pattern matching of strict, unboxed and overloaded listsjohnvg1-7/+28
2001-12-13remove tuple symbol from UniqueSelector (! selector) and MatchExprjohnvg1-8/+5
2001-12-12enter new scope when checking rhs of nodedefsronny1-1/+2
2001-12-12fixed bugs in merging explicit casesronny1-5/+5
2001-12-05removed type from BasicExprjohnvg1-18/+19
2001-12-03bug fix: uniqueness error in nested record/array updatesronny1-14/+18
2001-11-30store predefined identifiers in CAFjohnvg1-21/+23
2001-11-29different representation of selector kind in Selectionronny1-9/+9
2001-11-26assorted parse/scan bug fixesronny1-1/+19
2001-11-07bug fix: do not merge nested explicit casesronny1-6/+4
2001-10-18store macros and local functions in macros in separate {#{#FunDef}},johnvg1-124/+162
2001-10-02Bug fixes: reference count analysis fixed,sjakie1-3/+2
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