]> ocean-lang.org Git - ocean/commit
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)
commitc57821e22b2a900645649655d0294233243166d3
tree98a013d1f33e1d7c7006e4e821440e3638b9ca0f
parent5a46557efc87c72f5c80ddd978e90d1a376a3429
oceani: move variable values to a stack frame.

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>
csrc/oceani.mdc