- 15 Jun, 2001 2 commits
-
-
Martijn Vervoort authored
-
Martin Wierich authored
-
- 11 Jun, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 06 Jun, 2001 1 commit
-
-
John van Groningen authored
for TypeVar, because the address appears in an error message
-
- 30 May, 2001 2 commits
-
-
John van Groningen authored
to the main module is imported, and the main module is not an implementation module. renamed local function 'scan_dcl_module' into 'scan_main_dcl_module'.
-
John van Groningen authored
optimize dot dot generators, fixed bug in array comprehensions with more than one qualifier, removed 'c' before 'cIsListGenerator' and 'cIsArrayGenerator'
-
- 11 May, 2001 1 commit
-
-
Martin Wierich authored
-
- 10 May, 2001 1 commit
-
-
Martijn Vervoort authored
- unused dynamics in where/let clauses do not cause a rule doesn't match error in overloading.icl instead they are ignored - default behaviour changed e.g. f (i :: Int, j :: Int) = abort "Int" f (r :: Real, s :: Real) = abort "Real" f _ = abort "stop" The compiler first matched on the tuple and then did the dynamic pattern matches. But the last match did not call the last (default) alternative if it did not match. - some small changes
-
- 08 May, 2001 1 commit
-
-
Ronny Wichers Schreur authored
-
- 03 May, 2001 2 commits
-
-
Ronny Wichers Schreur authored
-
Artem Alimarine authored
-
- 25 Apr, 2001 1 commit
-
-
Artem Alimarine authored
fromString is not yet supported some error handling improved parial instances are temporary disabled
-
- 20 Apr, 2001 1 commit
-
-
Martin Wierich authored
ignored the type specification. Now he treats f as a function, and hence gives a type error Start = f where f :: String f = 1
-
- 28 Mar, 2001 1 commit
-
-
Martijn Vervoort authored
-
- 27 Mar, 2001 2 commits
-
-
Artem Alimarine authored
-
John van Groningen authored
changed Declaration type fixed crash when macro appears only in dcl module added make with caching in 'main' use BoxedIdent in hashtable
-
- 23 Mar, 2001 1 commit
-
-
Martin Wierich authored
-
- 20 Mar, 2001 1 commit
-
-
Sjaak Smetsers authored
-
- 15 Mar, 2001 1 commit
-
-
Artem Alimarine authored
-
- 13 Mar, 2001 1 commit
-
-
Artem Alimarine authored
Tested with compiling Object IO and butstrapping.
-
- 08 Mar, 2001 1 commit
-
-
Martijn Vervoort authored
- type variables - passing a list of directly imported dcl modules by an icl modules
-
- 02 Mar, 2001 1 commit
-
-
Martin Wierich authored
-
- 01 Mar, 2001 1 commit
-
-
Martijn Vervoort authored
- type namen worden gesuffixed met hun definierde module naam
-
- 23 Feb, 2001 1 commit
-
-
Martin Wierich authored
-
- 14 Feb, 2001 1 commit
-
-
Martin Wierich authored
-
- 13 Feb, 2001 1 commit
-
-
Martin Wierich authored
checking of a whole dcl module component --> now cyclic module dependencies should work
-
- 19 Jan, 2001 1 commit
-
-
Martin Wierich authored
during the transformation phase
-
- 12 Jan, 2001 1 commit
-
-
Martin Wierich authored
-
- 01 Nov, 2000 1 commit
-
-
Martin Wierich authored
moved all switches to syntax module
-
- 23 Oct, 2000 1 commit
-
-
John van Groningen authored
dcl macros in icl functions and macros removed expanded macros from groups (s.c.components)
-
- 04 Oct, 2000 1 commit
-
-
Martin Wierich authored
(changes are commented with "MW0")
-
- 27 Sep, 2000 1 commit
-
-
clean authored
-
- 20 Sep, 2000 1 commit
-
-
Martin Wierich authored
-
- 13 Sep, 2000 2 commits
-
-
Martin Wierich authored
-
Sjaak Smetsers authored
-
- 18 Aug, 2000 1 commit
-
-
Martijn Vervoort authored
-
- 15 Aug, 2000 1 commit
-
-
Martin Wierich authored
of "v314", case defaults and guards now also have file position information.
-
- 10 Aug, 2000 1 commit
-
-
Martin Wierich authored
-
- 09 Aug, 2000 1 commit
-
-
Martin Wierich authored
algorihm so that typing error messages can indicate the alternative in which the error occured. Before, these error messages always located the first alternative/function type
-
- 07 Aug, 2000 1 commit
-
-
Martin Wierich authored
-