]> ocean-lang.org Git - ocean/history - csrc/scanner.mdc
oceani: update min_depth promptly.
[ocean] / csrc / scanner.mdc
2020-10-06 NeilBrownscanner: change the meaning of ignoring comment tokens.
2020-09-11 NeilBrownRename string.h and number.h headers
2019-06-09 NeilBrownscanner: hide impossible code from coverage testing.
2019-06-08 NeilBrownscanner: improve transition from node to node.
2019-06-08 NeilBrownscanner: allow a section to be specified.
2019-06-08 NeilBrownscanner: fix bug with indent at start of node.
2019-06-08 NeilBrownscanner: fix handling of indents in sub-nodes
2019-06-08 NeilBrownscanner: fix at_son()
2019-06-08 NeilBrownscanner: fix some typos in text
2019-05-29 NeilBrownscanner: improve number parsing.
2019-05-29 NeilBrownRemove excess blank lines
2019-05-29 NeilBrownscanner: handle completely unrecognized characters.
2019-05-29 NeilBrownscanner: handle unknown marks once.
2019-05-28 NeilBrownscanner: fix typo in testing ignored flagged
2019-05-28 NeilBrownscanner: fix multi-line strings
2019-05-26 NeilBrownscanner: add options to allow more complete testing.
2019-05-17 NeilBrownscanner: handle missing newline at EOF
2018-02-19 NeilBrownscanner: capture the tail of a string.
2018-02-18 NeilBrownscanner: fix calculation of column.
2018-02-18 NeilBrownscanner: improve text and fix typos.
2018-02-17 NeilBrownscanner: fix silly error calling indent_tab()
2018-02-13 NeilBrownscanner: fix parsing of comments.
2014-06-15 NeilBrownScanner: minor text updates
2014-06-15 NeilBrownscanner: make sure parsing finishes properly when no...
2014-06-15 NeilBrownScanner: parsing of comments and strings must recognise...
2014-06-15 NeilBrownscanner: clarify the interaction between parsing marks...
2014-06-15 NeilBrownscanner: fix up detection of comments blended with...
2014-06-15 NeilBrownScanner: Capital E and P should be usable for exponents...
2014-06-15 NeilBrownscanner: provide wchar includes for all clients of...
2013-07-25 NeilBrownRename Indent and Undent to IN and OUT
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 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-06-22 NeilBrownscanner.mdc: lexical scanner for Ocean.