X-Git-Url: https://ocean-lang.org/code/?p=ocean-D;a=blobdiff_plain;f=Ocean-types;h=16714803a186af0502d3c45205a47aec6e4501ab;hp=4aa4e8976565620b460e5440a0580297d57d1173;hb=4cdd68c1e0a2b774c04bb251ad788ccfd958660e;hpb=83f7f2eae2f646ef67bb024ec50d1a3a4443de04 diff --git a/Ocean-types b/Ocean-types index 4aa4e89..1671480 100644 --- a/Ocean-types +++ b/Ocean-types @@ -298,3 +298,9 @@ So I guess: or const { name ::= value ; name ::= value } + +-------------- +I'm in the middle of stage-1 on structures. + +I need a type to parse the declaration into. It needs to be a linked list +of fields, each of which is a type, a name, and an initial value. i.e. a 'struct field'.