- 16 May, 2003 1 commit
-
-
Ronny Wichers Schreur authored
s/\<mod_name\>/mod_ident/g s/\<ps_field_name\>/ps_field_ident/g s/\<ps_selector_name\>/ps_selector_ident/g s/\<pc_cons_name\>/pc_cons_ident/g s/\<class_name\>/class_ident/g s/\<gen_name\>/gen_ident/g s/\<gen_member_name\>/gen_member_ident/g s/\<gc_name\>/gc_ident/g s/\<gc_gname\>/gc_gident/g s/\<fs_name\>/fs_ident/g s/\<td_name\>/td_ident/g s/\<fv_name\>/fv_ident/g s/\<var_name\>/var_ident/g s/\<type_name\>/type_ident/g s/\<symb_name\>/symb_ident/g s/\<tv_name\>/tv_ident/g s/\<av_name\>/av_ident/g s/\<me_symb\>/me_ident/g s/\<ft_symb\>/ft_ident/g s/\<fun_symb\>/fun_ident/g s/\<cons_symb\>/cons_ident/g s/\<sd_symb\>/sd__ident/g
-
- 01 Apr, 2003 1 commit
-
-
Ronny Wichers Schreur authored
-
- 02 Jan, 2003 1 commit
-
-
John van Groningen authored
-
- 11 Apr, 2002 1 commit
-
-
Artem Alimarine authored
foo :: a a -> Bool | eq{|*|} a
-
- 17 Jan, 2002 1 commit
-
-
Sjaak Smetsers authored
-
- 13 Dec, 2001 1 commit
-
-
John van Groningen authored
-
- 05 Dec, 2001 1 commit
-
-
John van Groningen authored
added BVInt removed symb_arity from SymbIdent
-
- 30 Nov, 2001 1 commit
-
-
John van Groningen authored
-
- 26 Nov, 2001 1 commit
-
-
John van Groningen authored
-
- 18 Oct, 2001 1 commit
-
-
John van Groningen authored
remove conversion table, except for macros
-
- 03 Oct, 2001 1 commit
-
-
Ronny Wichers Schreur authored
-
- 02 Oct, 2001 1 commit
-
-
Sjaak Smetsers authored
Universally quantified types used in class members
-
- 05 Sep, 2001 1 commit
-
-
John van Groningen authored
moved function get_ident from checksupport to check
-
- 31 Aug, 2001 1 commit
-
-
John van Groningen authored
-
- 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
-
- 04 May, 2001 1 commit
-
-
Martin Wierich authored
from StdEnv import == // instead of class ==(..) the _member_ "==" was imported resulting in complaints that the corresponding class was not imported
-
- 27 Mar, 2001 1 commit
-
-
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
-
- 13 Mar, 2001 1 commit
-
-
Artem Alimarine authored
Tested with compiling Object IO and butstrapping.
-
- 22 Feb, 2001 1 commit
-
-
Martin Wierich authored
caching
-
- 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
-
- 12 Jan, 2001 1 commit
-
-
Martin Wierich authored
-
- 02 Nov, 2000 1 commit
-
-
Martin Wierich authored
-
- 01 Nov, 2000 1 commit
-
-
Martin Wierich authored
moved all switches to syntax module
-
- 04 Oct, 2000 1 commit
-
-
Martin Wierich authored
(changes are commented with "MW0")
-
- 27 Sep, 2000 1 commit
-
-
clean authored
-
- 10 Aug, 2000 1 commit
-
-
Martin Wierich authored
-
- 01 Aug, 2000 1 commit
-
-
Martin Wierich authored
-
- 12 Jul, 2000 1 commit
-
-
Martin Wierich authored
-
- 10 Jul, 2000 1 commit
-
-
Martin Wierich authored
-
- 21 Jun, 2000 1 commit
-
-
Martin Wierich authored
also STE_Macro. This showed up after a list comprehenshion that matched on STE_Imported was transformed into a function with that pattern
-
- 20 Jun, 2000 1 commit
-
-
clean authored
-
- 16 Jun, 2000 2 commits
-
-
Martin Wierich authored
-
clean authored
-
- 26 Apr, 2000 1 commit
-
-
Martin Wierich authored
-
- 24 Mar, 2000 1 commit
-
-
Martin Wierich authored
-
- 17 Mar, 2000 1 commit
-
-
Martin Wierich authored
in "convertCasesOfFunctionsIntoPatterns" and "collectVariables") - new switch "SwitchUniquenessBug" in module checksupport - several bugfixes
-
- 14 Mar, 2000 1 commit
-
-
clean authored
-
- 21 Feb, 2000 1 commit
-
-
Martin Wierich authored
(new module: comparedefimp) - implemented array patterns. Further work: arrays are in lazy context (should be strict), currently only one dimensional arrays - optimised memory usage for explicit imports
-