package diffast-langs-fortran-parsing

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

Module F.PPSource

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

Innovation. Community. Security.