aboutsummaryrefslogtreecommitdiff
path: root/frontend/postparse.icl
AgeCommit message (Expand)AuthorFilesLines
2001-12-05removed type from BasicExprjohnvg1-119/+119
2001-12-03removed unused field (to make the module compilable with Clean 2.0)ronny1-1/+1
2001-11-30store predefined identifiers in CAFjohnvg1-88/+68
2001-11-26assorted parse/scan bug fixesronny1-2/+5
2001-10-18store macros and local functions in macros in separate {#{#FunDef}},johnvg1-91/+76
2001-10-01pass file modification times from icl module and dcl modules to backendronny1-26/+26
2001-09-12add <|- generator for overloaded listsjohnvg1-69/+69
2001-09-06added command line flag to enable genericsalimarin1-17/+17
2001-09-06remove fun_index from FunDefjohnvg1-1/+1
2001-08-31added code for strict and unboxed list comprehensionsjohnvg1-21/+26
2001-07-19Added "curried" arrow types (->) and ((->) a)alimarin1-1/+1
2001-06-06set the 'fun_pos' of a 'FunDef' for functions with a specified typejohnvg1-9/+8
2001-05-30detect in 'postparse' when the definition module correspondingjohnvg1-16/+28
2001-05-30optimize array comprehensions,johnvg1-177/+479
2001-04-20bugfix: the compiler recognized f in the following example as a node andmartinw1-33/+22
2001-03-15*** empty log message ***martinw1-1/+1
2001-03-13Generics are added, but are disabled.alimarin1-2/+6
2001-02-13delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" aftermartinw1-34/+34
2000-10-25improved storing position informationmartinw1-1/+1
2000-10-23renumber icl function and macro indices when unfoldingjohnvg1-162/+160
2000-10-11added error messagesmartinw1-1/+2
2000-10-02comment before import RWSDebugronny1-3/+4
2000-09-27optimizations and caching of dcl modules (without trans.icl)clean1-56/+94
2000-09-13added position information for better error messagesmartinw1-5/+8
2000-08-15improved typing error messages: type variables are printed like "a" insteadmartinw1-4/+10
2000-08-09added position information to case alternatives and changed the typingmartinw1-8/+16
2000-08-01improving error messagesmartinw1-16/+50
2000-07-04labels global function names without ";n" extensionclean1-4/+0
2000-07-03no messageclean1-0/+3
2000-07-03no messageclean1-3/+0
2000-06-20no messageclean1-1/+2
2000-06-20re-adding dead versionmartinw1-0/+1015
2000-06-20no messageclean1-1015/+0
2000-06-09predef.icl: StdDynamics has become StdDynamicmartijnv1-0/+5
2000-05-31readableizing error messagesmartinw1-5/+10
2000-04-26Merge Martin/ Sjaak & Ronny branchesclean1-246/+233
2000-04-26changes to make compiler compatible with itselfmartinw1-3/+3
2000-03-16use error code from parsing dcl filesclean1-12/+11
2000-03-14extended array patterns for muitidimensional arraysmartinw1-2/+2
2000-02-21- implemented comparison between redundant definitions in icl and dcl modulesmartinw1-2/+3
2000-02-16removed PE_Array from syntax treeronny1-3/+2
2000-02-15added Boolean to FunctionKind to mark genetared functionsronny1-2/+2
2000-02-14comprehensions: (re)introduced code duplication in transformation to work aro...ronny1-4/+5
2000-02-14fixed bugs in comprehensions (manifested as type error and abort in check)ronny1-87/+66
2000-02-09new comprehension transformationsronny1-185/+406
1999-11-12bug fixesmartinw1-1/+2
1999-11-10extension: not necessary to repeat definitions of dcl-module in icl-modulesjakie1-4/+8
1999-10-05Initial importronny1-0/+813