talaria-bibtex
Bibtex
module Fields : sig ... end
Predefined bibtex fields and helper functions.
module Database = Fields.Database
val parse : ?with_keys:string Fields.field Database.t -> Lexing.lexbuf -> Fields.data
parse ~with_keys lexbuf parses a bibtex entry using the provided typed keys. Without an explicit key, the function use Fields.default_keys as default keys. All unknown keys will be recorded in the Fields.raw entry.
parse ~with_keys lexbuf
Fields.default_keys
Fields.raw
module Field_parsers : sig ... end
module Field_lexers : sig ... end
module Field_types : sig ... end
module Lexer : sig ... end