You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ch03/3.1/3.1.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ float limitedSquare(x){float x;
11
11
}
12
12
```
13
13
14
-
into appropriate lexemes, using the discussion of Section 3 . 1 . 2 as a guide. Which lexemes should get associated lexical values? What should those values be?
14
+
into appropriate lexemes, using the discussion of Section 3.1.2 as a guide.
15
+
Which lexemes should get associated lexical values? What should those values be?
15
16
16
17
#### Answer
17
18
@@ -24,7 +25,10 @@ into appropriate lexemes, using the discussion of Section 3 . 1 . 2 as a guide.
24
25
25
26
### 3.1.2
26
27
27
-
Tagged languages like HTML or XML are different from con ventional programming languages in that the punctuation (tags) are either very numerous (as in HTML) or a user-definable set (as in XML) . Further, tags can often have parameters. Suggest how to divide the following HTML document:
28
+
Tagged languages like HTML or XML are different from conventional programming
29
+
languages in that the punctuation (tags) are either very numerous (as in HTML)
30
+
or a user-definable set (as in XML). Further, tags can often have parameters.
31
+
Suggest how to divide the following HTML document:
0 commit comments