|
|
5 năm trước cách đây | |
|---|---|---|
| .. | ||
| README.md | 79a9b51d07 Update pre-commits, add and address flake8 (#195) | 5 năm trước cách đây |
| numeric_literals.md | 231264e0c0 Remove : in variable declarations (#503) | 5 năm trước cách đây |
| whitespace.md | 79a9b51d07 Update pre-commits, add and address flake8 (#195) | 5 năm trước cách đây |
| words.md | 79a9b51d07 Update pre-commits, add and address flake8 (#195) | 5 năm trước cách đây |
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.