module Benl_lexer:sig..end
Lexing rules
val token : Stdlib.Lexing.lexbuf -> Benl_parser.tokenTokenizer for Benl_parser.
val stanza_fold : (string Benl_core.StringMap.t -> 'a -> 'a) ->
Stdlib.Lexing.lexbuf -> 'a -> 'astanza_fold f lexbuf accu iterates f over all stanzas of
lexbuf, using accu as accumulator.