Dune_lang.CstSourceConcrete syntax tree
type t = | Atom of Stdune.Loc.t * Atom.t| Quoted_string of Stdune.Loc.t * string| Template of Template.t| List of Stdune.Loc.t * t list| Comment of Stdune.Loc.t * Comment.tReplace all the Comment Legacy by Comment (Lines _) by extracting the contents of comments from the original file.
Return all the comments contained in a concrete syntax tree