package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 : Langs_common.Astloc.t -> int -> string -> Sedlexing.lexbuf
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 -> int -> (Context.t -> Tokenbuffer.partial_parser list) -> Tokensource.c -> object ... end
OCaml

Innovation. Community. Security.