- 14 Aug, 2018 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 09 Aug, 2018 5 commits
-
-
John van Groningen authored
to prevent access to uninitialized value in is_tail_call_modulo_cons_node
-
John van Groningen authored
-
John van Groningen authored
this doesn't cause any problems, but valgrind complains
-
John van Groningen authored
-
John van Groningen authored
this doesn't cause any problems, but valgrind complains
-
- 25 Jul, 2018 1 commit
-
-
John van Groningen authored
(modification of bug fix submitted by Mart Lubbers)
-
- 19 Jul, 2018 1 commit
-
-
John van Groningen authored
this is used if a type synonym is expanded that creates a type application of an existential variable, for example :: T a b :== a (T2 b), and a is existential
-
- 12 Jul, 2018 1 commit
-
-
John van Groningen authored
-
- 11 Jul, 2018 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 05 Jul, 2018 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 29 Jun, 2018 1 commit
-
-
John van Groningen authored
-
- 22 Jun, 2018 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 21 Jun, 2018 2 commits
-
-
John van Groningen authored
that is/are only used if one of these masks was used
-
John van Groningen authored
-
- 18 Jun, 2018 3 commits
-
-
John van Groningen authored
-
John van Groningen authored
is created when fusing a case with a constructor pattern containing a variable that is used more than once previously the type of the constructor in the type definition was used, but this is incorrect if the type contains type variables, it introduces (an) unbound variable(s) (that may cause the compiler to crash) and the type may be too general
-
John van Groningen authored
(not creating a let appears to be far more common)
-
- 07 Jun, 2018 1 commit
-
-
John van Groningen authored
when copying an algebraic type extension from the definition to the implementation module
-
- 06 Jun, 2018 1 commit
-
-
John van Groningen authored
-
- 25 May, 2018 3 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 04 May, 2018 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
- 02 May, 2018 1 commit
-
-
John van Groningen authored
-
- 01 May, 2018 2 commits
-
-
John van Groningen authored
convert member types in module backendconvert, store pointer from field selector to member type in backend with BESetMemberTypeOfField
-
John van Groningen authored
-
- 30 Apr, 2018 5 commits
-
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
add BENumberedVarTypeNode and BENumberedTypeVar to set tv_argument_nr in type definitions, add BESetMemberTypeOfField to store the member type of dictionary fields
-
John van Groningen authored
add BENumberedVarTypeNode, BENumberedTypeVar and BESetMemberTypeOfField to backend dll/shared library import and export files
-
John van Groningen authored
add BESetMemberTypeOfField to store the member type of dictionary fields
-
- 25 Apr, 2018 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
used for type definitions, type_var_heap is passed to and from this function
-
- 24 Apr, 2018 1 commit
-
-
John van Groningen authored
-