|
|
3 سال پیش | |
|---|---|---|
| .. | ||
| README.md | 08c538af86 Update alternatives/references style in lexical conventions (#727) | 4 سال پیش |
| numeric_literals.md | 9572a33ba9 Update digit separator notes in design (#2117) | 3 سال پیش |
| string_literals.md | deee3a97de Implement #2140 in the design docs. (#2176) | 3 سال پیش |
| whitespace.md | b7df523dc8 Fix cross-file links in non-proposal files (#1010) | 4 سال پیش |
| words.md | 642fcd3b77 Replace keyword `is` with `impls` (#2483) | 3 سال پیش |
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.