module Mode : sig ... end
val parse : mode:'a Mode.t -> ?lexer:Lexer.t -> Stdlib.Lexing.lexbuf -> 'a
val load : ?lexer:Lexer.t -> Stdune.Path.t -> mode:'a Mode.t -> 'a
val insert_comments : Cst.t list -> (Stdune.Loc.t * Cst.Comment.t) list -> Cst.t list
Insert comments in a concrete syntax tree. Comments are inserted based on their location.