package diffast-langs-fortran

  1. Overview
  2. Docs
Fortran parser plugin for Diff/AST

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.4.tar.gz
sha256=f58dc5326c1698e22b84e3b808e6008228071f5796cda65433106e0d42c0dad5
sha512=8e451ab99433ef479c7d3aa0396bab6650894a2c3282e72cc65014d61f59dde578020d4bc9d423045e66d1d4592b58e877d7bd830788aeb96e5fa4ba534b4b78

doc/diffast-langs-fortran.base/Fortran_base/F_label/Constant/index.html

Module F_label.ConstantSource

include module type of struct include Labels.Constant end
Sourcetype t = Fortran_parsing.F_constant.t =
  1. | BozLiteralConstant of string
  2. | CharLiteralConstant of string
  3. | ComplexLiteralConstant of string * string
  4. | IntLiteralConstant of string
  5. | LogicalLiteralConstant of string
  6. | RealLiteralConstant of string
  7. | NamedConstant of Fortran_parsing.Label_common.name
  8. | HollerithConstant of string
  9. | PpMacroConstant of Fortran_parsing.Label_common.name
  10. | SignedIntLiteralConstant of string
  11. | SignedRealLiteralConstant of string
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> Fortran_parsing.Label_common.name
Sourceval to_tag : t -> string * (string * Fortran_parsing.Label_common.name) list
Sourceval get_name_opt : t -> Fortran_parsing.Label_common.name option
Sourceval get_value : t -> string
Sourceval mkint : string -> t
Sourceval mkreal : string -> t
Sourceval mkboz : string -> t
Sourceval mkchar : string -> t
Sourceval mkcomp : (string * string) -> t
Sourceval mklogi : string -> t
Sourceval mkhollerith : string -> t
Sourceval mksint : string -> t
Sourceval mksreal : string -> t
Sourceval anonymize : ?more:??? -> t -> t
Sourceval to_short_string : ?ignore_identifiers_flag:??? -> t -> string