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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-08-31
parse strict and unboxed lists
johnvg
1
-95
/
+285
2001-08-31
added code for strict and unboxed lists
johnvg
2
-45
/
+174
2001-08-31
type strict and unboxed lists
johnvg
2
-125
/
+249
2001-08-31
added code for strict and unboxed lists
johnvg
2
-75
/
+195
2001-08-31
added code for OverloadedListPatterns
johnvg
1
-38
/
+45
2001-08-31
added code for strict and unboxed list comprehensions
johnvg
1
-21
/
+26
2001-08-31
added code for OverloadedListPatterns
johnvg
1
-40
/
+38
2001-08-31
added code for OverloadedListPatterns
johnvg
2
-114
/
+198
2001-08-31
add type for function checkSpecialTypes
johnvg
1
-4
/
+3
2001-08-31
added code for strict and unboxed lists
johnvg
1
-34
/
+225
2001-08-31
allow specials for lazy and strict arrays and lists without specifying elemen...
johnvg
2
-188
/
+178
2001-08-31
use ArrayAndListInstances instead of range of function indices
johnvg
2
-14
/
+33
2001-08-31
pretty print strict and unboxed lists in writeType
johnvg
1
-2
/
+11
2001-08-31
added code for OverloadedListPatterns
johnvg
3
-0
/
+8
2001-08-31
added symbol_heap parameter to newHashTable
johnvg
2
-3
/
+3
2001-08-31
added ArrayAndListInstances,OverloadedListPatterns and OverloadedListType
johnvg
2
-31
/
+72
2001-08-31
added symbols for strict and unboxed lists
johnvg
2
-235
/
+389
2001-08-31
added allocPtr and initPtr
johnvg
2
-16
/
+44
2001-08-31
PK: token position + minor bugs
pieter
1
-69
/
+56
2001-08-30
bug fix in universally quantified types
sjakie
1
-1
/
+2
2001-08-30
restoring old main
martijnv
1
-6
/
+2
2001-08-30
added switch_dynamics in module compilerSwitches. Standard dynamics are
martijnv
3
-1
/
+16
2001-08-28
bug fix: count of let bindings was wrong which caused convertcases to crash
martijnv
1
-1
/
+2
2001-08-28
renamed list,tuple,array and string types as in predef.icl
johnvg
1
-6
/
+6
2001-08-28
Universally quantified types added
sjakie
1
-8
/
+15
2001-08-28
universally quantified types added
sjakie
3
-15
/
+38
2001-08-27
universally quantified types added
sjakie
3
-5
/
+5
2001-08-27
Universally quantified types added
sjakie
2
-2
/
+4
2001-08-27
Universally quantified types added
sjakie
11
-416
/
+717
2001-08-27
bug fixes, ModuleID argument in T_ypeConsSymbol, added _SystemDynamic
martijnv
12
-122
/
+287
2001-08-15
Bug fixes: default cases and (more or less) correct types for generated case ...
sjakie
2
-108
/
+147
2001-07-27
patch to prevent crash with undefined type variabeles in special declaration
ronny
1
-0
/
+16
2001-07-25
bug fix operator like =:= are now allowed
ronny
1
-2
/
+9
2001-07-25
bug fix scanning ['']
ronny
1
-0
/
+1
2001-07-25
bug fix scanning ['\\\'']
ronny
1
-0
/
+1
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
5
-60
/
+52
2001-07-25
bug fix parse_bug_forbidden_symbols
ronny
4
-11
/
+46
2001-07-25
renamed ss_useLayout to ss_scanOptions
ronny
1
-16
/
+16
2001-07-25
changed ss_useLayout field to bit vector (in anticipation of more scan state ...
ronny
1
-8
/
+11
2001-07-24
bug fix parsebug_missing_result
ronny
1
-10
/
+15
2001-07-24
bug fix funny_id_after_type
ronny
1
-27
/
+6
2001-07-23
expand macros with curried macro calls later, to prevent a bug if dcl caching...
johnvg
1
-3
/
+89
2001-07-23
use halt instead of abort to prevent strictness in 'a'
johnvg
1
-2
/
+7
2001-07-19
Added "curried" arrow types (->) and ((->) a)
alimarin
17
-319
/
+668
2001-07-18
replaced VI_Alias with VI_AliasSequenceNumber to avoid potential clashes
ronny
2
-2
/
+2
2001-07-18
assorted scanner/parser bug fixes by Pieter (tested by Ronny)
ronny
6
-565
/
+432
2001-07-18
removed unused code to detect tuple patterns for merging cases
ronny
1
-21
/
+3
[next]