Skip to content

Commit

Permalink
FIX: Removed series-splitting functionality from parse
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 6, 2022
1 parent 0ee3b5f commit eef4085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/natives.reb
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ in: native [
parse: native [
{Parses a string or block series according to grammar rules.}
input [series!] {Input series to parse}
rules [block! string! char! none!] {Rules to parse by (none = ",;")}
rules [block!] {Rules to parse}
/all {For simple rules (not blocks) parse all chars including whitespace}
/case {Uses case-sensitive comparison}
]
Expand Down

0 comments on commit eef4085

Please sign in to comment.