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
title="tokenizer">tokenizer</span></a>, written in Flex (see <a href="refs.html#ref-FLEX" rel="biblioentry" class="noxref"><span class="normref">[FLEX]</span></a>)
23831
23837
notation. The tokenizer is case-insensitive.
23832
23838
23833
-
<p>The two occurrences of "\377" represent the highest character
23834
-
number that current versions of Flex can deal with (decimal 255). They
23839
+
<p>The "\377" represents the highest character
23840
+
number that current versions of Flex can deal with (decimal 255). It
23835
23841
should be read as "\4177777" (decimal 1114111), which is the highest
23836
23842
possible code point in <a name="x4"><span class="index-inst"
title="tokenizer">tokenizer</span></a>, written in Flex (see <ahref="refs.html#ref-FLEX" rel="biblioentry" class="noxref"><spanclass="normref">[FLEX]</span></a>)
160
160
notation. The tokenizer is case-insensitive.
161
161
162
-
<p>The two occurrences of "\377" represent the highest character
163
-
number that current versions of Flex can deal with (decimal 255). They
162
+
<p>The "\377" represents the highest character
163
+
number that current versions of Flex can deal with (decimal 255). It
164
164
should be read as "\4177777" (decimal 1114111), which is the highest
165
165
possible code point in <aname="x4"><spanclass="index-inst"
0 commit comments