Skip to content

Commit bd891dd

Browse files
authored
Merge pull request #237 from 9214/patch-2
FEAT: minor corrections on the new parsing mode.
2 parents 1e653c9 + ebb2d42 commit bd891dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

en/parse.adoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Match by datatype succeeds and advances the input if the input value is of a giv
355355
parse [#a 'bird /is :the word][issue! lit-word! refinement! get-word! word!]
356356
----
357357

358-
NOTE: Matching by datatype is not supported for `binary!` and `any-string!` input.
358+
NOTE: Matching by datatype is not supported for `any-string!` input; for `binary!` input, rules are described in <<Types of input>> section.
359359

360360
==== Type set
361361

@@ -376,8 +376,7 @@ banner: [
376376
parse banner [default! series! any-block! any-list! all-word! any-word! any-type! any-string!]
377377
----
378378

379-
NOTE: Matching by typeset is not supported for `binary!` and `any-string!` input.
380-
379+
NOTE: Matching by typeset is not supported for `any-string!` input; for `binary!` input, rules are described in <<Types of input>> section.
381380
==== Character set
382381

383382
If the input series is of type `any-string!` or `binary!` and input value represents a Unicode Code Point (UCP) that belongs to a given character set, match succeeds and advances the input. In all other cases match fails.

0 commit comments

Comments
 (0)