package diffast-langs-fortran-parsing

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

Module F.TBFSource

Sourcemodule TokenF : sig ... end
Sourcemodule A : sig ... end
Sourcemodule P : sig ... end
Sourcemodule BranchF : sig ... end
Sourceval tag_to_node : Context.tag -> Fortran_parsing__Branch.tag -> Ast.node list -> Ast.node
Sourceval get_last_cond : Tokens_.token -> Tokens_.token -> bool
Sourceval is_head_of_stmt : Tokens_.token -> bool
Sourceval get_do_cond : Tokens_.token -> bool
Sourceval get_type_spec_cond : Tokens_.token -> bool
Sourceval get_if_action_cond : Tokens_.token -> Tokens_.token -> bool
Sourceval in_name_context : Tokens_.token -> Tokens_.token -> < get_last_rawtok : Tokens_.token.. > -> bool
Sourceval quotes : string list
Sourceval data_edit_desc_pat : Str.regexp
Sourceval position_edit_desc_pat : Str.regexp
Sourceval find_edit_desc : string -> Tokens_.token
Sourceval toxxx_pat : Str.regexp
Sourceclass base : object ... end
Sourceclass c : Branch.tag -> object ... end