]> ocean-lang.org Git - ocean/commit - csrc/oceani.mdc
oceani: record if a variable declaration was given an explicit type
authorNeilBrown <neil@brown.name>
Sat, 20 Nov 2021 00:50:55 +0000 (11:50 +1100)
committerNeilBrown <neil@brown.name>
Sat, 20 Nov 2021 00:50:55 +0000 (11:50 +1100)
commit0897423423ea2704abdfd35dc58065d12d9f7386
tree679dd9c1cb1facca98ab630ef55ef23f483ae7ec
parent617cc1dc6d34f5cdd64758419322fc1165d74868
oceani: record if a variable declaration was given an explicit type

The type may be determined at the same place as the declaration, yet
still not be explicit.  To ensure correct output when printing code,
record what was found.

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