]> ocean-lang.org Git - ocean/history - csrc/oceani.mdc
oceani: detect and report tails on numbers and strings.
[ocean] / csrc / oceani.mdc
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".