package diffast-langs-fortran-parsing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mutable spec : LangSpec.t
val mutable source_form : SourceForm.t
val mutable max_line_length : int
val mutable max_line_length_fixed : int
val mutable max_line_length_free : int
val mutable parse_d_lines_flag : bool
method parse_d_lines : bool
method _set_parse_d_lines_flag : bool -> unit
method set_parse_d_lines_flag : unit
method clear_parse_d_lines_flag : unit
method spec : LangSpec.t
method set_spec : LangSpec.t -> unit
method set_spec_F77 : unit
method set_spec_F90 : unit
method set_spec_F95 : unit
method set_spec_F2003 : unit
method set_spec_F2008 : unit
method exts : LangExtension.set
method add_ext_Fujitsu : unit
method add_ext_IBM : unit
method add_ext_Intel : unit
method add_ext_PGI : unit
method add_ext_PGI_CUDA : unit
method add_ext_Apollo : unit
method source_form : SourceForm.t
method set_source_form : SourceForm.t -> unit
method set_source_form_fixed : unit
method set_source_form_free : unit
method is_fixed_source_form : bool
method is_free_source_form : bool
method max_line_length : int
method _set_max_line_length : int -> unit
method set_max_line_length : int -> unit
method set_max_line_length_fixed : int -> unit
method set_max_line_length_free : int -> unit
method set_max_line_length__fixed : unit
method set_max_line_length__free : unit
method conf_F77 : int -> unit
method conf_F90_free : unit
method conf_F90_fixed : unit
method conf_F95_free : unit
method conf_F95_fixed : unit
OCaml

Innovation. Community. Security.