ABI Cafe
1.
introduction
2.
usage
2.1.
test files
2.2.
calling conventions
2.3.
type reprs
2.4.
toolchain pairings
2.5.
value generators
2.6.
value selectors
2.7.
value writers
3.
trophy case
KDLScript
4.
introduction
5.
attributes
6.
functions
6.1.
signatures
6.2.
bodies (lmao)
7.
types
7.1.
primitives
7.2.
nominal types
7.2.1.
struct
7.2.2.
union
7.2.3.
enum
7.2.4.
tagged
7.2.5.
alias
7.2.6.
pun
7.3.
structural types
7.3.1.
references
7.3.2.
arrays
7.3.3.
tuples
Light
Rust
Coal
Navy
Ayu
ABI Cafe
tuples
KDLScript only has the empty tuple
()
currently implemented.