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
2007-09-04
add more position information for error messages in generators
johnvg
1
-17
/
+15
2007-08-21
make elements of array generators unique (for arrays with unique elements)
johnvg
1
-4
/
+3
2007-04-19
remove unused field cons_arg_vars,
johnvg
1
-2
/
+2
2007-04-13
implement newtype
johnvg
1
-0
/
+7
2007-04-12
implement {# and {! in array comprehensions that create a new array
johnvg
1
-14
/
+24
2007-02-14
implement qualified explicit imports
johnvg
1
-1
/
+7
2005-11-22
remove unused variable n_functions_and_macros_in_dcl_modules
johnvg
1
-4
/
+2
2005-09-16
make line number in the
johnvg
1
-6
/
+6
2005-01-19
implement let in comprehensions
johnvg
1
-52
/
+46
2004-12-14
remove workaround for a bug in Clean 2.0, that seems to have been fixed already
johnvg
1
-13
/
+0
2004-04-19
remove TC; types
ronny
1
-47
/
+2
2004-04-02
implement foreign export with stdcall
johnvg
1
-3
/
+3
2004-03-17
reification of type definitions
ronny
1
-8
/
+17
2003-12-15
add foreign export
johnvg
1
-44
/
+47
2003-12-01
use same default fixity and priority (infixl 9) everywhere
ronny
1
-1
/
+1
2003-05-16
renamed field names of type Ident in syntax tree
ronny
1
-40
/
+40
2003-01-08
Bug fix: uniqueness error in records
sjakie
1
-1
/
+1
2003-01-06
report "macro with function type not allowed" error for
johnvg
1
-2
/
+4
2002-10-18
add boxed records, strict dot dot expressions, generate
johnvg
1
-149
/
+161
2002-10-14
new type code and type code constructor representation
ronny
1
-3
/
+51
2002-07-17
add abstract synonym types
johnvg
1
-1
/
+5
2002-06-17
removed ignored !'s
johnvg
1
-1
/
+1
2002-06-03
added constructor/type/field information to generics
alimarin
1
-5
/
+5
2002-04-11
support for generic type context like in
alimarin
1
-2
/
+1
2002-03-25
new implementation of generics
alimarin
1
-4
/
+65
2002-02-06
store strictness annotations in SymbolType instead of AType
johnvg
1
-2
/
+19
2001-12-12
don't allow local nodedefs (defined with =:) with a specified type
ronny
1
-6
/
+13
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
[next]