package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_compiler.EvalSource

Transform Syn.trees into articles.

Sourcetype result = {
  1. articles : T.content T.article list;
  2. jobs : Job.job Forester_core.Range.located list;
}
Sourceval 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
OCaml

Innovation. Community. Security.