package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mutable ast_cache : parse_result
val mutable is_regular : bool
method set_irregular : unit
method is_regular : bool
method get_list_rev : Fortran_parsing.Token.qtoken_t list
method get_list : Fortran_parsing.Token.qtoken_t list
method ast_cache : parse_result
method set_ast_cache : parse_result -> unit
method to_string : string
method clear : unit
method _add : Fortran_parsing.Token.qtoken_t -> unit
method add : Fortran_parsing.Token.qtoken_t -> unit
method remove_last : unit
method replace_first : Fortran_parsing.Token.qtoken_t -> unit
method iter : (Fortran_parsing.Token.qtoken_t -> unit) -> unit
method size : int
method total_length : int
method total_length_no_pp : int
method is_empty : bool
method peek_nth : int -> Fortran_parsing.Token.qtoken_t
method receive_all : 'a -> unit
method dump : unit
method get_loc : Langs_common.Astloc.t
method ends_with_EOL : bool
method get_last_EOL : (Fortran_parsing.Tokens_.token * Loc.t) option
method remove_last_EOL : unit
method remove_first_END_FRAGMENT : unit
method get_tokensrc : BranchF.tokensource
method _parse_by : ?cache:bool -> token_handler -> partial_parser -> Partial.t
method parse_by : ?cache:bool -> partial_parser -> Partial.t
OCaml

Innovation. Community. Security.