index
:
compiler
master
Fork of the Clean compiler for experimenting with new features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontend
/
checkFunctionBodies.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2001-08-31
added code for strict and unboxed lists
johnvg
1
-34
/
+225
2001-07-25
removed underscoreModule from ParseState, this is now handled by the scanner
ronny
1
-5
/
+5
2001-07-18
assorted scanner/parser bug fixes by Pieter (tested by Ronny)
ronny
1
-5
/
+5
2001-07-18
removed unused code to detect tuple patterns for merging cases
ronny
1
-21
/
+3
2001-06-28
Sjaak: removed 'dyn_uni_vars' from type 'DynamicExpr'
sjakie
1
-1
/
+1
2001-06-22
boolean for explicit cases (cases that are specified by the programmer)
ronny
1
-16
/
+70
2001-06-08
merge all cases
ronny
1
-4
/
+59
2001-06-05
for error messages in patterns use line number of the alternative,
johnvg
1
-12
/
+6
2001-05-10
bug fixes:
martijnv
1
-3
/
+8
2001-04-25
added support for constructors (for toString like usage),
alimarin
1
-14
/
+33
2001-04-20
bugfix
martinw
1
-45
/
+47
2001-03-27
unfold all macros and local functions in macros
johnvg
1
-18
/
+1
2001-03-20
Sjaak: fixed inheritance bugs and strictness attributes
sjakie
1
-3
/
+3
2001-03-15
Fixes to compile with 2.0
alimarin
1
-3
/
+20
2001-03-13
Generics are added, but are disabled.
alimarin
1
-2
/
+32
2001-02-13
delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after
martinw
1
-4
/
+3
2000-10-31
bug fix in determining SK_LocalMacroFunction (instead of SK_Function)
johnvg
1
-8
/
+6
2000-10-27
moving huge part of code out of check into new module checkFunctionBodies
martinw
1
-0
/
+1953