package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method virtual prepend_queue : ?copy:bool -> qtoken Xqueue.c -> unit
method virtual prepend : qtoken -> unit
method virtual peek_nth_rawtok : int -> rawtoken
method virtual peek_nth : int -> qtoken
method virtual peek_next_rawtok : ?skip_eol:bool -> unit -> rawtoken
method virtual get : ?prefetch:bool -> unit -> qtoken
method virtual discard : ?skip_pp_branch:bool -> unit -> qtoken
method virtual get_last_rawtok : rawtoken
method virtual set_last_rawtok : rawtoken -> unit
method virtual get_last_loc : Loc.t
method virtual set_last_loc : Loc.t -> unit
method virtual get_prev_rawtok : rawtoken
method virtual set_prev_rawtok : rawtoken -> unit
method virtual get_prev_loc : Loc.t
method virtual set_prev_loc : Loc.t -> unit
OCaml

Innovation. Community. Security.