]> ocean-lang.org Git - ocean/shortlog
ocean
2013-07-21 NeilBrownparsergen: allow "$void" to remove current type. draftparser
2013-07-21 NeilBrownparsergen: improve tracing.
2013-07-21 NeilBrownparsergen: make sure we continue making states until...
2013-07-21 NeilBrownparsergen: change sort order for items.
2013-07-21 NeilBrownparsergen: change symset function to use 'unsigned...
2013-07-21 NeilBrownparsergen: fix bug testing return value for shift()
2013-07-21 NeilBrownparsergen - adjust for recent scanner fix.
2013-07-21 NeilBrownscanner: don't allow an unknown mark to run into a...
2013-07-21 NeilBrownscanner: initialise token state properly.
2013-07-21 NeilBrownscanner: fix do_strip bug.
2013-07-12 NeilBrownMakefile: if bootstrap was required, suggest "make...
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...