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
/
parse.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2001-12-19
bug fix for previous bug fix
ronny
1
-4
/
+4
2001-12-18
bug fix: allow local functions with no arguments and a code block rhs
ronny
1
-7
/
+7
2001-12-12
inlined simple code_block_allowed function
ronny
1
-5
/
+1
2001-12-12
don't allow local nodedefs (defined with =:) with a specified type
ronny
1
-14
/
+20
2001-12-12
enforce consistency of defining symbols in rhs
ronny
1
-65
/
+118
2001-12-05
removed type from BasicExpr
johnvg
1
-2
/
+32
2001-12-03
bug fix: uniqueness error in nested record/array updates
ronny
1
-4
/
+4
2001-11-30
store predefined identifiers in CAF
johnvg
1
-99
/
+110
2001-11-26
assorted parse/scan bug fixes
ronny
1
-44
/
+55
2001-11-23
removed various comments
ronny
1
-170
/
+57
2001-10-19
higher-order kinded types in generics
alimarin
1
-4
/
+9
2001-10-12
add <|- generator for overloaded lists again
johnvg
1
-4
/
+2
2001-10-05
Added existential attribute variables to type definitions
sjakie
1
-21
/
+23
2001-10-04
Oops, the previous commit contained an error in :== defs
pieter
1
-1
/
+1
2001-10-04
typo in error message;
pieter
1
-108
/
+96
2001-10-01
pass file modification times from icl module and dcl modules to backend
ronny
1
-10
/
+10
2001-09-21
Bug fix: caching combined with omitted type and class definitions
sjakie
1
-2
/
+4
2001-09-12
add <|- generator for overloaded lists
johnvg
1
-4
/
+2
2001-09-06
added command line flag to enable generics
alimarin
1
-5
/
+7
2001-09-06
bug fix: Improved unification algoritm for kinds
sjakie
1
-19
/
+19
2001-09-05
fix parsing of [# with layout rule
johnvg
1
-0
/
+2
2001-09-03
print same error as Clean 1.3 when a module cannot be opened
johnvg
1
-1
/
+1
2001-08-31
parse strict and unboxed lists
johnvg
1
-95
/
+285
2001-08-27
Universally quantified types added
sjakie
1
-41
/
+73
2001-07-25
bug fix parse_bug_special
ronny
1
-1
/
+36
2001-07-25
accept "funny" type and constructor names in from ... import statements
ronny
1
-4
/
+2
2001-07-25
put back look-a-head token after class in import list if its not '('
ronny
1
-1
/
+1
2001-07-25
removed underscoreModule from ParseState, this is now handled by the scanner
ronny
1
-35
/
+33
2001-07-25
bug fix parse_bug_forbidden_symbols
ronny
1
-6
/
+16
2001-07-24
bug fix parsebug_missing_result
ronny
1
-10
/
+15
2001-07-19
Added "curried" arrow types (->) and ((->) a)
alimarin
1
-2
/
+21
2001-07-18
assorted scanner/parser bug fixes by Pieter (tested by Ronny)
ronny
1
-123
/
+220
2001-07-13
{} is not allowed in patterns, because array 'denotations' in patterns
johnvg
1
-3
/
+4
2001-06-15
making kind checking phase compatible with dcl caching
martinw
1
-3
/
+6
2001-06-01
The _Module generated for each icl-module conflicted with record of name
martijnv
1
-1
/
+1
2001-05-31
added mechanism to generate a module id for each module. Fixed an index
martijnv
1
-0
/
+33
2001-05-30
optimize array comprehensions,
johnvg
1
-9
/
+7
2001-05-11
moving all switch macros to new module "compilerSwitches"
martinw
1
-1
/
+1
2001-05-03
added preliminary support for cons info by type
alimarin
1
-0
/
+1
2001-04-25
added support for constructors (for toString like usage),
alimarin
1
-0
/
+1
2001-04-20
bugfix: the parser did not accept
martinw
1
-3
/
+3
2001-03-27
uniqueness support is added to generics
alimarin
1
-34
/
+11
2001-03-27
unfold all macros and local functions in macros
johnvg
1
-1
/
+2
2001-03-15
*** empty log message ***
martinw
1
-1
/
+1
2001-03-13
Generics are added, but are disabled.
alimarin
1
-6
/
+130
2001-02-23
absolutely unimportant
martinw
1
-1
/
+1
2001-02-16
just removing comment
martinw
1
-1
/
+1
2001-02-13
delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after
martinw
1
-2
/
+3
2000-11-01
improved code for explicit imports,
martinw
1
-0
/
+18
2000-10-18
improving filename and line number for the following error messages:
martinw
1
-4
/
+8
[next]