]> ocean-lang.org Git - ocean/commitdiff
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)
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>

No differences found