Richard Smith 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) 3 years ago
..
README.md 08c538af86 Update alternatives/references style in lexical conventions (#727) 4 years ago
numeric_literals.md 9572a33ba9 Update digit separator notes in design (#2117) 3 years ago
string_literals.md deee3a97de Implement #2140 in the design docs. (#2176) 3 years ago
whitespace.md b7df523dc8 Fix cross-file links in non-proposal files (#1010) 4 years ago
words.md 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) 3 years ago

README.md

Lexical conventions

Table of contents

Lexical elements

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.