File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ $(SPEC_S Types,
4
4
5
5
$(HEADERNAV_TOC)
6
6
7
+ $(H2 $(LNAME2 grammar, Grammar))
8
+
7
9
$(P D is statically typed. Every expression has a type. Types constrain the values
8
10
an expression can hold, and determine the semantics of operations on those values.
9
11
)
@@ -87,11 +89,9 @@ $(GNAME QualifiedIdentifier):
87
89
$(GLINK_LEX Identifier) $(D [) $(GLINK2 expression, AssignExpression) $(D] .) $(GSELF QualifiedIdentifier)
88
90
)
89
91
90
-
91
- $(P $(RELATIVE_LINK2 basic_data_types, Basic Data Types) are leaf types.
92
- $(RELATIVE_LINK2 derived-data_types, Derived Data Types) build on leaf types.
93
- $(RELATIVE_LINK2 user-defined-types, User-Defined Types) are aggregates of basic and derived types.
94
- )
92
+ * $(RELATIVE_LINK2 basic-data-types, Basic Data Types) are leaf types.
93
+ * $(RELATIVE_LINK2 derived-data-types, Derived Data Types) build on leaf types.
94
+ * $(RELATIVE_LINK2 user-defined-types, User-Defined Types) are aggregates of basic and derived types.
95
95
96
96
$(H2 $(LEGACY_LNAME2 Basic Data Types, basic-data-types, Basic Data Types))
97
97
You can’t perform that action at this time.
0 commit comments