On Mon, Oct 31, 2016 at 9:48 PM Pietro Gagliardi <andl...@lostsig.net> wrote:
> In Go, as in most languages, spaces do not *have to* delimit tokens. A token ends when the leftmost longest matching token is found, and the rest is placed back in the input buffer for the next token. FTR: The lexical grammar of Go is a regular language. A single lookahead element is sufficient, it's not necessary to "unread" anything. -- -j -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.