- 15 Feb, 2011 1 commit
-
-
John van Groningen authored
-
- 25 May, 2010 1 commit
-
-
John van Groningen authored
as qualified identifiers
-
- 26 Nov, 2009 1 commit
-
-
John van Groningen authored
-
- 20 Nov, 2007 1 commit
-
-
John van Groningen authored
prevent error for: !+! a b -> a !+! a b = a
-
- 14 Feb, 2007 1 commit
-
-
John van Groningen authored
-
- 18 Nov, 2005 1 commit
-
-
John van Groningen authored
-
- 12 Feb, 2004 1 commit
-
-
Pieter Koopman authored
Now the parser removes the offisde poistions from the stack instead of the scanner.
-
- 15 Dec, 2003 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 01 Dec, 2003 1 commit
-
-
Ronny Wichers Schreur authored
-
- 17 Mar, 2003 1 commit
-
-
Artem Alimarine authored
case dynamic 1 :: Int of ...
-
- 12 Mar, 2003 1 commit
-
-
Ronny Wichers Schreur authored
- reordered alternatives of toString (Token) to match the order of the constructors in the type definition of Token, for easy comparison
-
- 01 Jul, 2002 1 commit
-
-
Ronny Wichers Schreur authored
-
- 20 Jun, 2002 1 commit
-
-
Ronny Wichers Schreur authored
-
- 17 Jun, 2002 1 commit
-
-
John van Groningen authored
-
- 03 Jun, 2002 1 commit
-
-
Artem Alimarine authored
-
- 25 Mar, 2002 1 commit
-
-
Artem Alimarine authored
-
- 26 Nov, 2001 1 commit
-
-
Ronny Wichers Schreur authored
-
- 04 Oct, 2001 1 commit
-
-
Pieter Koopman authored
various small things like operators of the form ::>
-
- 01 Oct, 2001 1 commit
-
-
Ronny Wichers Schreur authored
-
- 12 Sep, 2001 1 commit
-
-
John van Groningen authored
-
- 05 Sep, 2001 1 commit
-
-
John van Groningen authored
-
- 31 Aug, 2001 1 commit
-
-
Pieter Koopman authored
-
- 25 Jul, 2001 6 commits
-
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
-
Ronny Wichers Schreur authored
idents that start with an underscore are only allowed in modules for which the module name starts with an underscore Because of this bug fix StdEnv has to be updated (_createArray in the Array class)
-
Ronny Wichers Schreur authored
renamed UseLayoutBit to ScanOptionUseLayoutBit
-
Ronny Wichers Schreur authored
-
- 24 Jul, 2001 1 commit
-
-
Ronny Wichers Schreur authored
-
- 18 Jul, 2001 1 commit
-
-
Ronny Wichers Schreur authored
(bug_incomplete_instance_def, bug_layout_rule, bug_nested_guard_in_otherwise, parse-bug-18, parse_bug_Real_as_class_name, parse_bug_case, parse_bug_constructor_with_name_of_basic_type, parse_bug_lost_brackets_in_pattern, parse_bug_no_layout_rule)
-
- 11 May, 2001 1 commit
-
-
Martin Wierich authored
-
- 13 Mar, 2001 1 commit
-
-
Artem Alimarine authored
Tested with compiling Object IO and butstrapping.
-
- 29 Aug, 2000 1 commit
-
-
Sjaak Smetsers authored
bugfix in scanner: reals were not treated correctly
-
- 10 Jul, 2000 1 commit
-
-
clean authored
-
- 20 Jun, 2000 1 commit
-
-
clean authored
-
- 06 Jun, 2000 2 commits
-
-
Martin Wierich authored
-
Martin Wierich authored
module t /*2.0 from m import :: T(C1) 0.2*/ //1.3 from m import T, C1 //3.1 will be transformed into module t /***/ from m import :: T(C1) /***/ /*1.3 from m import T, C1 3.1*/ before scanning. In this way we achieve that the upper source can be compiled with the 2.0 compiler as well as with the 1.3 compiler The comments _must_ begin the line (no leading whitespaces are allowed).
-
- 31 May, 2000 1 commit
-
-
Martin Wierich authored
-
- 09 Mar, 2000 1 commit
-
-
Pieter Koopman authored
-