josh11b f4e9063b97 Generics details 8: interface default and final members (#990) il y a 4 ans
..
README.md 08c538af86 Update alternatives/references style in lexical conventions (#727) il y a 4 ans
numeric_literals.md b7df523dc8 Fix cross-file links in non-proposal files (#1010) il y a 4 ans
string_literals.md 49013ae1cc Reject invalid string literal whitespace on unescape (#793) il y a 4 ans
whitespace.md b7df523dc8 Fix cross-file links in non-proposal files (#1010) il y a 4 ans
words.md f4e9063b97 Generics details 8: interface default and final members (#990) il y a 4 ans

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.