File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- $comment(-*- coding: utf-8 -*- vim:set encoding=utf-8:)$
1
+ $comment(-*- coding: utf-8 -*- vim:set encoding=utf-8:)$
2
2
Translated by Robert GRAVINA
3
3
4
4
h1. Chapter 10: Parser
@@ -159,8 +159,9 @@ kind of hierarchy of symbols such as `program`→`stmt`→`expr`→`primary`.
159
159
160
160
It is often the case that symbol types lower in this heirarchy can be promoted
161
161
to higher levels and vice versa. For example, in C function calls are expressions
162
- yet can be may also be statements. Conversely, when surrounded in parenthesis
163
- expressions become primaries.
162
+ yet can be may also be statements.
163
+
164
+ Conversely, when surrounded in parenthesis expressions become primaries.
164
165
165
166
Scoping rules differ considerably between programming languages. Consider
166
167
substitution. In C, the value of expressions can be used in substitutions
You can’t perform that action at this time.
0 commit comments