]> ocean-lang.org Git - ocean/shortlog
ocean
2013-07-12 NeilBrownUpdate .gitignore with new build targets
2013-07-12 NeilBrownNew file: parsergen
2013-07-12 NeilBrownscanner: must call close_token before returning the...
2013-07-12 NeilBrownscanner/numbers: fix typo that broken positive exponents.
2013-07-12 NeilBrownscanner: make the array of known words "const"
2013-07-12 NeilBrownmdcode: rename code_print to code_node_print and export it.
2013-07-12 NeilBrownFix typo in mdcode.mdc
2013-06-22 NeilBrownscanner.mdc: lexical scanner for Ocean.
2013-06-22 NeilBrownMakefile: auto-support .mdc files.
2013-06-22 NeilBrownRecord in a code_node whether it was indented or not.
2013-06-05 NeilBrownmdcode, md2c - extract C code from a literate markdown...