|
|
3 tahun lalu | |
|---|---|---|
| .. | ||
| README.md | 08c538af86 Update alternatives/references style in lexical conventions (#727) | 4 tahun lalu |
| numeric_literals.md | 9572a33ba9 Update digit separator notes in design (#2117) | 3 tahun lalu |
| string_literals.md | deee3a97de Implement #2140 in the design docs. (#2176) | 3 tahun lalu |
| whitespace.md | b7df523dc8 Fix cross-file links in non-proposal files (#1010) | 4 tahun lalu |
| words.md | 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) | 3 tahun lalu |
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.