Skip to content

Commit 25e6a31

Browse files
authored
Update c-openmp-c-and-cpp-grammar.md
1 parent 084143e commit 25e6a31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/parallel/openmp/c-openmp-c-and-cpp-grammar.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ ms.date: 01/16/2019
55
---
66
# C. OpenMP C and C++ grammar
77

8-
## C.1 Notation
8+
Learn about the grammar rules and syntax extensions in C and C++ for OpenMP, a parallel programming framework.
9+
10+
## C.1 notation
911

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

@@ -18,7 +20,7 @@ The syntactic expression *term*<sub>optseq</sub> is equivalent to *term-seq*<sub
1820
&emsp;*term-seq* *term*\
1921
&emsp;*term-seq* `,` *term*
2022

21-
## C.2 Rules
23+
## C.2 rules
2224

2325
The notation is described in section 6.1 of the C standard. This grammar appendix shows the extensions to the base language grammar for the OpenMP C and C++ directives.
2426

0 commit comments

Comments
 (0)