package diffast-langs-fortran-parsing

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

Parameters

module Stat : Aux.STATE_T

Signature

module TrunkF : sig ... end
module TokenF : sig ... end
module TBF : sig ... end
module BF : sig ... end
module U : sig ... end
module P : sig ... end
module A : sig ... end
val lexbuf_from_line : Loc.t -> int -> string -> Sedlexing.lexbuf
val lloc_to_loc : LLoc.c -> Langs_common.Astloc.t
val mkbtag : Tokens_.token -> string -> Fortran_parsing.Common.Loc.t -> Fortran_parsing.Common.Loc.t -> Fortran_parsing__Branch.tag
class branching_buffer : Branch.tag -> object ... end
class bogus_buf : object ... end
class context_buffer : object ... end
type open_section_tag =
  1. | OSTnone
  2. | OSTif
  3. | OSTdo
  4. | OSTselect
  5. | OSTforall
  6. | OSTwhere
  7. | OSTtype
  8. | OSTfunction
  9. | OSTsubroutine
  10. | OSTpu
val open_section_tag_to_string : open_section_tag -> string
exception Branch_canceled
val mutually_exclusive : string -> string -> bool
class buffer : ?context:context_buffer option option -> int -> (C.t -> TB.partial_parser list) -> Tokensource.c -> object ... end
OCaml

Innovation. Community. Security.