]> ocean-lang.org Git - ocean/history - csrc/oceani.mdc
oceani: improve construction of per-function stack frame
[ocean] / csrc / oceani.mdc
2019-05-01 NeilBrownoceani: disallow assignment if no 'dup' operation.
2019-05-01 NeilBrownoceani: allow a variable to be declared with no value
2019-05-01 NeilBrownoceani: := is no longer a token.
2019-05-01 NeilBrownoceani: make "Base Types" a subsection of "Types"
2019-05-01 NeilBrownoceani: move free_value() to the other generic value...
2019-05-01 NeilBrownoceani - assorted cleanups.
2019-05-01 NeilBrownoceani: initial support for named types.
2019-04-20 NeilBrownoceani: make set of types extensible.
2019-04-20 NeilBrownoceani: fix a couple of typos.
2019-04-20 NeilBrownoceani: discard Vnolabel infavour of rules.
2019-04-02 NeilBrownoceani: don't store 'tail' in 'struct value'.
2019-03-22 NeilBrownoceani.mdc: fix assorted typos.
2018-02-19 NeilBrownoceani: detect and report tails on numbers and strings. StoneyCreek StoneyCreek-2
2018-02-19 NeilBrownoceani: track where each variable was declared.
2018-02-19 NeilBrownoceani: minimal error tracking.
2018-02-19 NeilBrownoceani: handle NULL from parse_oceani()
2018-02-19 NeilBrownoceani: Expression etc should be 'exec', not 'binode'.
2018-02-17 NeilBrownoceani - add error reporting for type errors
2018-02-17 NeilBrownoceani: pass parse_context through propagate_types
2018-02-17 NeilBrownoceani: fix type analysis for 'while' condition.
2018-02-13 NeilBrownNew lang: Stoney Creek
2018-02-13 NeilBrownoceani/parsergen: assorted text improvements.
2015-02-17 NeilBrownoceani.mk: make sure libstring.o gets built
2014-10-13 NeilBrownoceani: propagate_types should ignore NULL better.
2014-10-12 NeilBrownoceani: accept newlines at start of {block}
2014-10-12 NeilBrownoceani: accept MULTI_STRING as well as STRING
2014-10-12 NeilBrownoceani: allow number of command line to be negative.
2014-10-11 NeilBrownoceani: don't try to print a 'then' clause for a switch.
2014-10-11 NeilBrownoceani: memdup argument strings when assigning to a...
2014-10-10 NeilBrownoceani: remove the 'style' link
2014-10-07 NeilBrownoceani: add proper 'then' handling.
2014-10-07 NeilBrownoceani: initial interpreted for "ocean".