|
|
3 yıl önce | |
|---|---|---|
| .. | ||
| README.md | 08c538af86 Update alternatives/references style in lexical conventions (#727) | 4 yıl önce |
| numeric_literals.md | 9572a33ba9 Update digit separator notes in design (#2117) | 3 yıl önce |
| string_literals.md | deee3a97de Implement #2140 in the design docs. (#2176) | 3 yıl önce |
| whitespace.md | b7df523dc8 Fix cross-file links in non-proposal files (#1010) | 4 yıl önce |
| words.md | e4595deb4b Clarify rules around `Self` and `.Self` (#2107) | 3 yıl önce |
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.