]> ocean-lang.org Git - ocean/commitdiff
oceani: move variable values to a stack frame.
authorNeilBrown <neil@brown.name>
Sun, 17 Oct 2021 10:03:01 +0000 (21:03 +1100)
committerNeilBrown <neil@brown.name>
Sat, 30 Oct 2021 22:19:48 +0000 (09:19 +1100)
We have two frames - one for global values (currently always constant)
and one for local variables.
When we get functions, the local variable frame will be managed with a
stack of frames.

Signed-off-by: NeilBrown <neil@brown.name>

No differences found