]> ocean-lang.org Git - ocean/history - csrc/oceani-tests.mdc
oceani: updates for new approach to parsing indents.
[ocean] / csrc / oceani-tests.mdc
2021-03-10 NeilBrownoceani: updates for new approach to parsing indents.
2021-03-10 NeilBrownoceani: add missing space in usage message.
2021-03-05 NeilBrowntests: restore coverage testing.
2019-06-23 NeilBrownoceani: allow 'then' in simple if statements.
2019-06-16 NeilBrownoceani-tests: add tests with lots of blank lines.
2019-06-16 NeilBrownoceani: convert declarations to new approach to newlines
2019-06-09 NeilBrownoceani: labels only in 'use' statement.
2019-06-09 NeilBrownoceani: add more syntax error handling.
2019-06-05 NeilBrownoceani-tests: use LALR to check for conflicts.
2019-05-31 NeilBrownoceani: allow spaces in numbers.
2019-05-29 NeilBrownRemove excess blank lines
2019-05-26 NeilBrownparsergen - fix newline parsing (again)
2019-05-18 NeilBrownoceani-tests: add tests for str/bool command line args
2019-05-18 NeilBrownoceani: add structs
2019-05-18 NeilBrownoceani: fix merging of conditionally-scoped variables.
2019-05-18 NeilBrownoceani-tests: delay valgrind tests
2019-05-18 NeilBrownoceani-tests: test code that has been printed
2019-05-13 NeilBrownoceani: add the option for "const" sections
2019-05-13 NeilBrownoceani: allow list of declarations as top level structure
2019-05-11 NeilBrownoceani: mark code that doesn't need testing.
2019-05-10 NeilBrownoceani: fix valgrind-reported errors.
2019-05-09 NeilBrownoceani tests: check for conflicts.
2019-05-09 NeilBrownoceani: add conditional expression
2019-05-08 NeilBrownoceani: add "and then" and "or else"
2019-05-08 NeilBrownoceani-tests: assorted more tests.
2019-05-06 NeilBrownoceani-tests: add tests for various type errors.
2019-05-06 NeilBrownoceani-tests: add tests for various token-errors
2019-05-06 NeilBrownoceani-tests: add tests for error cases.
2019-05-05 NeilBrownoceani-tests: add tests for bad command line args.
2019-05-05 NeilBrownoceani-tests: add test suite.