|
|
4 yıl önce | |
|---|---|---|
| .. | ||
| README.md | 08c538af86 Update alternatives/references style in lexical conventions (#727) | 4 yıl önce |
| numeric_literals.md | 0539931b76 PR 866: Allow ties in floating literals. (#866) | 4 yıl önce |
| string_literals.md | 49013ae1cc Reject invalid string literal whitespace on unescape (#793) | 4 yıl önce |
| whitespace.md | 49013ae1cc Reject invalid string literal whitespace on unescape (#793) | 4 yıl önce |
| words.md | aec77a6f39 Add a keyword list. (#869) | 4 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.