- 06 Jun, 2019 2 commits
-
-
johnvg@science.ru.nl authored
add shorthand for instance type definitions in definition modules for an instance with a single member type with the same name as the class, for example: instance + Int :: !Int !Int -> Int (instead of: instance + Int where (+) :: !Int !Int -> Int)
-
johnvg@science.ru.nl authored
fix instance entry of instance called only curried or lazy with one return of a value that must be coerced (rtn instruction was missing)
-
- 05 Jun, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 27 May, 2019 4 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 24 May, 2019 5 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
store pointer to symbol definition of SYSRULE in ident_sys_rule_def, store the pointer to the instructions in sdef_instructions of a SYSRULE SymbDef instead of ident_instructions of an Ident
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
move struct ident_string to scanner_2.c, in struct parameter: remove fields par_kind and par_ident, replace field par_loc by par_loc_name
-
- 23 May, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
remove fields ident_environ and ident_symbol, add WARNED_NO_INLINE_CODE, remove field dm_system_module_table_kind
-
- 22 May, 2019 7 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
-
johnvg@science.ru.nl authored
remove ModuleIdTable, StdArrayId and initialisation of StdBoolId and StdMiscId (overwritten in backend.c)
-
johnvg@science.ru.nl authored
-
- 21 May, 2019 2 commits
-
-
johnvg@science.ru.nl authored
Revert "temporarily add fields gcd_strict_arguments to record GenericConsDescriptor and grd_strict_fields to record GenericRecordDescriptor of module StdGeneric" This reverts commit abaf1022.
-
johnvg@science.ru.nl authored
Revert "Fix previous commit: add 6th field of generic descriptors as well in postparse (curently only for temporary field gcd_strict_arguments)" This reverts commit 4c2f4982.
-
- 16 May, 2019 4 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
remove symb_next, store function types of definition modules in mfts_function_symbol_a, store SpecialArrayFunctionSymbols in sdef_special_array_function_symbol instead of symb_next, remove ExitOnInterrupt calls
-
johnvg@science.ru.nl authored
restore include of windows.h deleted by previous commit, this caused a link error on 64 bit windows because a dll was no longer imported
-
johnvg@science.ru.nl authored
-
- 15 May, 2019 1 commit
-
-
johnvg@science.ru.nl authored
-
- 14 May, 2019 3 commits
-
-
johnvg@science.ru.nl authored
store field symbol definition of instance apply in symb_val.val_apply_instance_field_def instead of symb_next
-
johnvg@science.ru.nl authored
This reverts commit 9ac83a27.
-
johnvg@science.ru.nl authored
-
- 10 May, 2019 3 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 09 May, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
remove constructors from list of symbols, don't copy type and constructor symbols for bem_types and bem_constructors
-
- 07 May, 2019 2 commits
-
-
johnvg@science.ru.nl authored
-
johnvg@science.ru.nl authored
-
- 06 May, 2019 1 commit
-
-
johnvg@science.ru.nl authored
remove BEAnnotateTypeNode and BEAttributeTypeNode, replace BETypeVar0TypeNode, BETypeVarNTypeNode and BENormalTypeNode by BEVar0TypeNode, BEVarNTypeNode and BESymbolTypeNode
-