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
/
postparse.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2001-12-05
removed type from BasicExpr
johnvg
1
-119
/
+119
2001-12-03
removed unused field (to make the module compilable with Clean 2.0)
ronny
1
-1
/
+1
2001-11-30
store predefined identifiers in CAF
johnvg
1
-88
/
+68
2001-11-26
assorted parse/scan bug fixes
ronny
1
-2
/
+5
2001-10-18
store macros and local functions in macros in separate {#{#FunDef}},
johnvg
1
-91
/
+76
2001-10-01
pass file modification times from icl module and dcl modules to backend
ronny
1
-26
/
+26
2001-09-12
add <|- generator for overloaded lists
johnvg
1
-69
/
+69
2001-09-06
added command line flag to enable generics
alimarin
1
-17
/
+17
2001-09-06
remove fun_index from FunDef
johnvg
1
-1
/
+1
2001-08-31
added code for strict and unboxed list comprehensions
johnvg
1
-21
/
+26
2001-07-19
Added "curried" arrow types (->) and ((->) a)
alimarin
1
-1
/
+1
2001-06-06
set the 'fun_pos' of a 'FunDef' for functions with a specified type
johnvg
1
-9
/
+8
2001-05-30
detect in 'postparse' when the definition module corresponding
johnvg
1
-16
/
+28
2001-05-30
optimize array comprehensions,
johnvg
1
-177
/
+479
2001-04-20
bugfix: the compiler recognized f in the following example as a node and
martinw
1
-33
/
+22
2001-03-15
*** empty log message ***
martinw
1
-1
/
+1
2001-03-13
Generics are added, but are disabled.
alimarin
1
-2
/
+6
2001-02-13
delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after
martinw
1
-34
/
+34
2000-10-25
improved storing position information
martinw
1
-1
/
+1
2000-10-23
renumber icl function and macro indices when unfolding
johnvg
1
-162
/
+160
2000-10-11
added error messages
martinw
1
-1
/
+2
2000-10-02
comment before import RWSDebug
ronny
1
-3
/
+4
2000-09-27
optimizations and caching of dcl modules (without trans.icl)
clean
1
-56
/
+94
2000-09-13
added position information for better error messages
martinw
1
-5
/
+8
2000-08-15
improved typing error messages: type variables are printed like "a" instead
martinw
1
-4
/
+10
2000-08-09
added position information to case alternatives and changed the typing
martinw
1
-8
/
+16
2000-08-01
improving error messages
martinw
1
-16
/
+50
2000-07-04
labels global function names without ";n" extension
clean
1
-4
/
+0
2000-07-03
no message
clean
1
-0
/
+3
2000-07-03
no message
clean
1
-3
/
+0
2000-06-20
no message
clean
1
-1
/
+2
2000-06-20
re-adding dead version
martinw
1
-0
/
+1015
2000-06-20
no message
clean
1
-1015
/
+0
2000-06-09
predef.icl: StdDynamics has become StdDynamic
martijnv
1
-0
/
+5
2000-05-31
readableizing error messages
martinw
1
-5
/
+10
2000-04-26
Merge Martin/ Sjaak & Ronny branches
clean
1
-246
/
+233
2000-04-26
changes to make compiler compatible with itself
martinw
1
-3
/
+3
2000-03-16
use error code from parsing dcl files
clean
1
-12
/
+11
2000-03-14
extended array patterns for muitidimensional arrays
martinw
1
-2
/
+2
2000-02-21
- implemented comparison between redundant definitions in icl and dcl modules
martinw
1
-2
/
+3
2000-02-16
removed PE_Array from syntax tree
ronny
1
-3
/
+2
2000-02-15
added Boolean to FunctionKind to mark genetared functions
ronny
1
-2
/
+2
2000-02-14
comprehensions: (re)introduced code duplication in transformation to work aro...
ronny
1
-4
/
+5
2000-02-14
fixed bugs in comprehensions (manifested as type error and abort in check)
ronny
1
-87
/
+66
2000-02-09
new comprehension transformations
ronny
1
-185
/
+406
1999-11-12
bug fixes
martinw
1
-1
/
+2
1999-11-10
extension: not necessary to repeat definitions of dcl-module in icl-module
sjakie
1
-4
/
+8
1999-10-05
Initial import
ronny
1
-0
/
+813
[prev]