package lib_parsing

  1. Overview
  2. Docs
type ('ast, 'toks) t = {
  1. ast : 'ast;
  2. tokens : 'toks list;
  3. stat : Parsing_stat.t;
}