Forester_compiler.EvalSourceTransform Syn.trees into articles.
module T := Forester_core.Typestype result = {articles : T.content T.article list;jobs : Job.job Forester_core.Range.located list;}val eval_tree :
config:Forester_core.Config.t ->
uri:Forester_core.URI.t ->
source_path:string option ->
Forester_core.Syn.t ->
result * Forester_core.Reporter.diagnostic list