- 04 Dec, 2019 2 commits
-
-
johnvg@science.ru.nl authored
use put_arguments_n* functions to write integers to the abc file instead of FPrintF %d in instructions.c in the backend
-
johnvg@science.ru.nl authored
replace pairs of put_directive_b put_arguments* by put_directiveb put_arguments_* in instructions.c in backend
-
- 03 Dec, 2019 3 commits
-
-
johnvg@science.ru.nl authored
replace put_instructionb put_arguments* pairs by put_instruction_b put_arguments_* in instruction.c in backend
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 02 Dec, 2019 3 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
remove unused functions NewTypeNode and NewIntNode, remove includes of empty header files comparser.h and typeconv.h
-
johnvg@science.ru.nl authored
remove unused function InitARC_Info, move function InitParser from comparser_2.c to buildtree.c as InitGlobalSymbols
-
- 28 Nov, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 27 Nov, 2019 1 commit
-
-
Camil Staps authored
Add macros ConsNumberNewType, ConsNumberAddedConstructor and DefinedSymbolArityNewType for cons_number and ds_arity fields of new types and added constructors
-
- 26 Nov, 2019 1 commit
-
-
johnvg@science.ru.nl authored
-
- 15 Nov, 2019 4 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
in backend simplify functions PrintSymbolOfIdent and print_compiler_generated_function_name, inline function PrintName
-
johnvg@science.ru.nl authored
-
- 14 Nov, 2019 5 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 13 Nov, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 12 Nov, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 04 Nov, 2019 2 commits
-
-
johnvg@science.ru.nl authored
- 31 Oct, 2019 2 commits
-
-
John van Groningen authored
Allow the use of underscore identifiers in hierarchical modules of which any element starts with an underscore See merge request clean-compiler-and-rts/compiler!10
-
Camil Staps authored
Allow all modules of which the filename starts with an underscore to use identifiers starting with an underscore
-
- 30 Oct, 2019 3 commits
-
-
John van Groningen authored
Fix == for TypeCons, fixing a bug where multiple alternatives of some generic... Closes #55 See merge request clean-compiler-and-rts/compiler!12
-
Camil Staps authored
Fix == for TypeCons, fixing a bug where multiple alternatives of some generic cases were not allowed
-
johnvg@science.ru.nl authored
-
- 29 Oct, 2019 1 commit
-
-
johnvg@science.ru.nl authored
restrict default instances to instances with at least one type variable argument, only type constructors at the root, and all type variables are used once, fix instance lookup of other instances: search if no instance was found in the instance group
-
- 25 Oct, 2019 3 commits
-
-
johnvg@science.ru.nl authored
remove old overlapping instance test, change find instance algorithm, first determine if an instance exists that only has type constructors as root types (monomorphic root), if so try to find the instance in this group, otherwise try the other instances (polymorphic root)
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
fix type synonym expansion error in new code for: add new check for overlapping instances (commit 00e07f57)
-
- 23 Oct, 2019 1 commit
-
-
John van Groningen authored
Resolve crash on existentially qualified type variables that already appear in... Closes #50 See merge request clean-compiler-and-rts/compiler!11
-
- 22 Oct, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
Camil Staps authored
Resolve crash on existentially qualified type variables that already appear in the left-hand side of the type
-
- 11 Oct, 2019 1 commit
-
-
johnvg@science.ru.nl authored
-