tmp/tmp71vlfz3k/{from.md → to.md}
RENAMED
|
@@ -10,19 +10,20 @@ preprocessing-op-or-punc:
|
|
| 10 |
operator-or-punctuator
|
| 11 |
```
|
| 12 |
|
| 13 |
``` bnf
|
| 14 |
%% Ed. note: character protrusion would misalign various operators.
|
|
|
|
| 15 |
preprocessing-operator: one of
|
| 16 |
'# ## %: %:%:'
|
| 17 |
```
|
| 18 |
|
| 19 |
``` bnf
|
| 20 |
operator-or-punctuator: one of
|
| 21 |
-
'{ } [ ] ( )'
|
| 22 |
-
'<
|
| 23 |
-
'? :: . .* -> ->* ~'
|
| 24 |
'! + - * / % ^ & |'
|
| 25 |
'= += -= *= /= %= ^= &= |='
|
| 26 |
'== != < > <= >= <=> && ||'
|
| 27 |
'<< >> <<= >>= ++ -- ,'
|
| 28 |
'and or xor not bitand bitor compl'
|
|
|
|
| 10 |
operator-or-punctuator
|
| 11 |
```
|
| 12 |
|
| 13 |
``` bnf
|
| 14 |
%% Ed. note: character protrusion would misalign various operators.
|
| 15 |
+
|
| 16 |
preprocessing-operator: one of
|
| 17 |
'# ## %: %:%:'
|
| 18 |
```
|
| 19 |
|
| 20 |
``` bnf
|
| 21 |
operator-or-punctuator: one of
|
| 22 |
+
'{ } [ ] ( ) [: :]'
|
| 23 |
+
'<% %> <: :> ; : ...'
|
| 24 |
+
'? :: . .* -> ->* ^^ ~'
|
| 25 |
'! + - * / % ^ & |'
|
| 26 |
'= += -= *= /= %= ^= &= |='
|
| 27 |
'== != < > <= >= <=> && ||'
|
| 28 |
'<< >> <<= >>= ++ -- ,'
|
| 29 |
'and or xor not bitand bitor compl'
|