]> ocean-lang.org Git - ocean/commit
oceani: make set of types extensible.
authorNeilBrown <neil@brown.name>
Sat, 20 Apr 2019 06:18:18 +0000 (16:18 +1000)
committerNeilBrown <neil@brown.name>
Sat, 20 Apr 2019 06:18:18 +0000 (16:18 +1000)
commitda44daa2e2ee5e33928e978fae462befa49bc84a
tree5624e33903b543e54626bd7fc0b00f2a95346d60
parentebe9a40baf270d657e451586492f512d41585dde
oceani: make set of types extensible.

Rather than a enum listing allowed types, we now
have a 'struct type' which can contain any type.
For now it just has an enum and function pointer
to the existing function, but that can be extended.

Signed-off-by: NeilBrown <neil@brown.name>
csrc/oceani.mdc