Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 771 Bytes

c-1-notation.md

File metadata and controls

30 lines (24 loc) · 771 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
C.1 Notation | Microsoft Docs
11/04/2016
cpp-windows
article
C++
a23b2631-8096-4bf3-ac23-ba4f4bd7a52a
4
mikeblome
mblome
ghogen

C.1 Notation

The grammar rules consist of the name for a non-terminal, followed by a colon, followed by replacement alternatives on separate lines.

The syntactic expression termopt indicates that the term is optional within the replacement.

The syntactic expression termoptseq is equivalent to term-seqopt with the following additional rules:

term-seq :

term

term-seq term

term-seq , term