Module Dune_lang.Lexer

module Token : sig ... end
type t = with_comments:bool -> Stdlib.Lexing.lexbuf -> Token.t
val token : t