package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tag =
  1. | OCL
  2. | OMP
  3. | ACC
  4. | XLF
  5. | DEC
type raw = {
  1. tag : tag;
  2. head : string;
  3. line : string;
  4. queue : Obj.t Xqueue.c;
  5. fixed_cont : bool;
  6. free_cont : bool;
}
val tag_to_string : tag -> string
val dummy_queue : Obj.t Xqueue.c
val mkomp : string -> Obj.t Xqueue.c -> bool -> bool -> raw
val mkacc : string -> Obj.t Xqueue.c -> bool -> bool -> raw
val mkocl : string -> raw
val mkdec : string -> string -> raw
val mkxlf : string -> string -> Obj.t Xqueue.c -> bool -> bool -> raw
OCaml

Innovation. Community. Security.