|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| README.md | 33f26bd37b Added design of comments in design docs (#2641) | %!s(int64=3) %!d(string=hai) anos |
| comments.md | 33f26bd37b Added design of comments in design docs (#2641) | %!s(int64=3) %!d(string=hai) anos |
| numeric_literals.md | 9572a33ba9 Update digit separator notes in design (#2117) | %!s(int64=3) %!d(string=hai) anos |
| string_literals.md | deee3a97de Implement #2140 in the design docs. (#2176) | %!s(int64=3) %!d(string=hai) anos |
| whitespace.md | b7df523dc8 Fix cross-file links in non-proposal files (#1010) | %!s(int64=4) %!d(string=hai) anos |
| words.md | b956d0603f Updated words.md with info on NFC (#2681) | %!s(int64=3) %!d(string=hai) anos |
The first stage of processing a source file is the division of the source file into lexical elements.
A lexical element is one of the following:
The sequence of lexical elements is formed by repeatedly removing the longest initial sequence of characters that forms a valid lexical element.