package diffast-langs-fortran-parsing

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

Module Scanner.FSource

Parameters

module Stat : Aux.STATE_T

Signature

Sourcemodule TBF : sig ... end
Sourcemodule T : sig ... end
Sourcemodule PP : sig ... end
Sourcemodule U : sig ... end
Sourcemodule A : sig ... end
Sourcetype bufs = {
  1. b_ppbuf : PP.buffer;
  2. b_trunkbuf : T.buffer;
  3. b_tokensrc : T.tokensource;
}
Sourceexception Empty
Sourceclass c : Aux.env -> (Context.t -> TB.partial_parser list) -> object ... end