|
|
před 5 roky | |
|---|---|---|
| .. | ||
| README.md | 79a9b51d07 Update pre-commits, add and address flake8 (#195) | před 5 roky |
| numeric_literals.md | 79a9b51d07 Update pre-commits, add and address flake8 (#195) | před 5 roky |
| whitespace.md | 79a9b51d07 Update pre-commits, add and address flake8 (#195) | před 5 roky |
| words.md | 79a9b51d07 Update pre-commits, add and address flake8 (#195) | před 5 roky |
This is a skeletal design, added to support the overview. It should not be treated as accepted by the core team; rather, it is a placeholder until we have more time to examine this detail. Please feel welcome to rewrite and update as appropriate.
See PR 17 for context -- that proposal may replace this.
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.