]> ocean-lang.org Git - ocean/commit
oceani: add parse_context arg to all interp functions, and a few others.
authorNeilBrown <neil@brown.name>
Sun, 17 Oct 2021 02:35:58 +0000 (13:35 +1100)
committerNeilBrown <neil@brown.name>
Sat, 30 Oct 2021 22:19:48 +0000 (09:19 +1100)
commit63a5c13d3ae31de4cc0814e83feffed6d56e0da6
treee5fb8f730993a4892a6290f413e0dfd20c077625
parentde86cdada39f42953e35c1a9ff6e5b0fb5bff553
oceani: add parse_context arg to all interp functions, and a few others.

When I switch variables to use a stack frame, I'll need the
parse_context available more broadly (as it will hold the stack).
So add it to a selection of functions now.

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