|
|
2 лет назад | |
|---|---|---|
| .. | ||
| README.md | 6d399c80b0 Added info on symbolic tokens in design docs (#2657) | 2 лет назад |
| comments.md | 33f26bd37b Added design of comments in design docs (#2641) | 3 лет назад |
| numeric_literals.md | 9572a33ba9 Update digit separator notes in design (#2117) | 3 лет назад |
| string_literals.md | deee3a97de Implement #2140 in the design docs. (#2176) | 3 лет назад |
| symbolic_tokens.md | 2cf5ab155b Fix copy-paste error in name of pull request (#2871) | 2 лет назад |
| whitespace.md | b7df523dc8 Fix cross-file links in non-proposal files (#1010) | 4 лет назад |
| words.md | 6f8cf38329 Consistent `class` and `interface` syntax (#2760) | 2 лет назад |
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:
a literal:
a comment
The sequence of lexical elements is formed by repeatedly removing the longest initial sequence of characters that forms a valid lexical element.