]> ocean-lang.org Git - ocean/commit
scanner: capture the tail of a string.
authorNeilBrown <neil@brown.name>
Mon, 19 Feb 2018 06:47:00 +0000 (17:47 +1100)
committerNeilBrown <neil@brown.name>
Mon, 19 Feb 2018 06:47:00 +0000 (17:47 +1100)
commit3ff33c4eecc9cce64827d52172c85123faac8b1c
tree446db0f98325f6f9f56a8bf587bf63cdc17318bb
parent0cfba897b8863a48f93a20588d410a00f692524b
scanner: capture the tail of a string.

A string can have a tail,
   "hello"xy

where the "xy" might one day have a meaning (utf8? utf16??).

We should capture that.

Signed-off-by: NeilBrown <neil@brown.name>
csrc/scanner.mdc