Richard Smith f6cbd2231e Conditional expressions (#911) há 4 anos atrás
..
README.md 08c538af86 Update alternatives/references style in lexical conventions (#727) há 4 anos atrás
numeric_literals.md b7df523dc8 Fix cross-file links in non-proposal files (#1010) há 4 anos atrás
string_literals.md 49013ae1cc Reject invalid string literal whitespace on unescape (#793) há 4 anos atrás
whitespace.md b7df523dc8 Fix cross-file links in non-proposal files (#1010) há 4 anos atrás
words.md f6cbd2231e Conditional expressions (#911) há 4 anos atrás

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.