tmp/tmpl5xjy2rw/{from.md → to.md}
RENAMED
|
@@ -13,12 +13,13 @@ pp-number:
|
|
| 13 |
pp-number 'p' sign
|
| 14 |
pp-number 'P' sign
|
| 15 |
pp-number '.'
|
| 16 |
```
|
| 17 |
|
| 18 |
-
Preprocessing number tokens lexically include all integer
|
| 19 |
-
tokens
|
|
|
|
| 20 |
|
| 21 |
A preprocessing number does not have a type or a value; it acquires both
|
| 22 |
-
after a successful conversion to an integer
|
| 23 |
-
literal token.
|
| 24 |
|
|
|
|
| 13 |
pp-number 'p' sign
|
| 14 |
pp-number 'P' sign
|
| 15 |
pp-number '.'
|
| 16 |
```
|
| 17 |
|
| 18 |
+
Preprocessing number tokens lexically include all *integer-literal*
|
| 19 |
+
tokens [[lex.icon]] and all *floating-point-literal* tokens
|
| 20 |
+
[[lex.fcon]].
|
| 21 |
|
| 22 |
A preprocessing number does not have a type or a value; it acquires both
|
| 23 |
+
after a successful conversion to an *integer-literal* token or a
|
| 24 |
+
*floating-point-literal* token.
|
| 25 |
|