ClubEnsayos.com - Ensayos de Calidad, Tareas y Monografias
Buscar

Welcome To Swift


Enviado por   •  2 de Junio de 2014  •  332 Palabras (2 Páginas)  •  181 Visitas

Página 1 de 2

“About the Language Reference

This part of the book describes the formal grammar of the Swift programming language. The grammar described here is intended to help you understand the language in more detail, rather than to allow you to directly implement a parser or compiler.

The Swift language is relatively small, because many common types, functions, and operators that appear virtually everywhere in Swift code are actually defined in the Swift standard library. Although these types, functions, and operators are not part of the Swift language itself, they are used extensively in the discussions and code examples in this part of the book.

How to Read the Grammar

The notation used to describe the formal grammar of the Swift programming language follows a few conventions:

An arrow (→) is used to mark grammar productions and can be read as “can consist of.”

Fragmento de: Apple Inc. “The Swift Programming Language”. iBooks. https://itun.es/mx/jEUH0.l

“Syntactic categories are indicated by italic text and appear on both sides of a grammar production rule.

Literal words and punctuation are indicated by boldface constant width text and appear only on the right-hand side of a grammar production rule.

Alternative grammar productions are separated by vertical bars (|). When alternative productions are too long to read easily, they are broken into multiple grammar production rules on new lines.

In a few cases, regular font text is used to describe the right-hand side of a grammar production rule.

Optional syntactic categories and literals are marked by a trailing subscript, opt.

As an example, the grammar of a getter-setter block is defined as follows:

GRAMMAR OF A GETTER-SETTER BLOCK

‌ getter-setter-block → {getter-clausesetter-clauseopt} {setter-clausegetter-clause}

This definition indicates that a getter-setter block can consist of a getter clause followed by an optional setter clause, enclosed in braces, or a setter clause followed by a getter clause, enclosed in braces. The grammar production above is equivalent to the following two productions, where the alternatives are spelled out explicitly:

GRAMMAR OF A GETTER SETTER BLOCK

‌ getter-setter-block → {getter-clausesetter-clauseopt}

‌ getter-setter-block → {setter[…]”

...

Descargar como (para miembros actualizados)  txt (2.4 Kb)  
Leer 1 página más »
Disponible sólo en Clubensayos.com