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
The library should have some version of a Whitespace0 and Whitespace1 character parser combinators.
Those combinators would consume zero or more white space characters: spaces, linefeed, carriage return, and horizontal tabs. The 1 variant would fail if at least one whitespace character failed to match.
The library should have some version of a
Whitespace0
andWhitespace1
character parser combinators.Those combinators would consume zero or more white space characters: spaces, linefeed, carriage return, and horizontal tabs. The
1
variant would fail if at least one whitespace character failed to match.It would likely have a prototype such as:
The text was updated successfully, but these errors were encountered: