Module Earley_core.Blanks
val none : Earley.blanknoneis a blank function that does not parse anything.
val default : Earley.blankdefaultis a blank function that ignores an arbitrary number of spacing characters. They include' ','\t','\r'and'\n'.
val from_charset : Charset.t -> Earley.blankfrom_charset csis a blank function that ignores an arbitrary number of characters from the character setcs.
val line_comments : ?blanks:Charset.t -> string -> Earley.blankline_comments ?blanks=cs delimis a blank function that behaves the same asfrom_charset cs, but it also ignores single-line comments starting bydelim. The exceptionInvalid_argumentwhendelimis empty or when it starts with a character ofcs.
exceptionBad_ocaml_comment of string * Input.buffer * int
val ocaml_blank : Earley.blank