mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 00:45:04 +01:00
start structs
This commit is contained in:
parent
f6f6673721
commit
b52abed441
8 changed files with 214 additions and 62 deletions
|
|
@ -303,6 +303,8 @@ function computeAbi(ty: TyFn): Abi {
|
|||
return paramAbi(param.elems[0]);
|
||||
}
|
||||
todo("complex tuple abi");
|
||||
case "struct":
|
||||
todo("struct ABI");
|
||||
case "var":
|
||||
varUnreachable();
|
||||
}
|
||||
|
|
@ -333,6 +335,8 @@ function computeAbi(ty: TyFn): Abi {
|
|||
break;
|
||||
}
|
||||
todo("complex tuple abi");
|
||||
case "struct":
|
||||
todo("struct ABI");
|
||||
case "var":
|
||||
varUnreachable();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue