Jon Ross-Perkins 15d1e07133 Unicode char limit (#2040) 3 سال پیش
..
README.md 08c538af86 Update alternatives/references style in lexical conventions (#727) 4 سال پیش
numeric_literals.md be2f8ed127 Remove convention remark (#1482) 3 سال پیش
string_literals.md 15d1e07133 Unicode char limit (#2040) 3 سال پیش
whitespace.md b7df523dc8 Fix cross-file links in non-proposal files (#1010) 4 سال پیش
words.md 77df7c56d9 Design overview update part 6 (#1368) 3 سال پیش

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.