]> ocean-lang.org Git - ocean/commit
Scanner: parsing of comments and strings must recognise end-of-node
authorNeilBrown <neil@brown.name>
Tue, 3 Jun 2014 11:15:45 +0000 (21:15 +1000)
committerNeilBrown <neilb@suse.de>
Sun, 15 Jun 2014 05:40:03 +0000 (15:40 +1000)
commitf2bea0fc0f861d28485ff4ef59974461808599a9
tree5a320911ec2dee6d95a50f780c368d333cb22e43
parentdf0c5f2b169221aa45255ba773979d691d0d0464
Scanner: parsing of comments and strings must recognise end-of-node

If the file does not end in a newline, then a node might not also.

This requires a little more care in parsing strings and comments.

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