Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 922 Bytes

File metadata and controls

33 lines (23 loc) · 922 Bytes

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.