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