Cobol_data.Literal
Representation of COBOL literals
module VAL : sig ... end
Representation of basic COBOL values.
module OUT : sig ... end
type alphanum = VAL.alphanum
val pp_alphanum :
Ppx_deriving_runtime.Format.formatter ->
alphanum ->
Ppx_deriving_runtime.unit
val show_alphanum : alphanum -> Ppx_deriving_runtime.string
val pp_boolean :
Ppx_deriving_runtime.Format.formatter ->
boolean ->
Ppx_deriving_runtime.unit
val show_boolean : boolean -> Ppx_deriving_runtime.string
val error : OUT.diagnostics -> OUT.error -> OUT.diagnostics
val invalid_chars :
loc:Cobol_common.Srcloc.srcloc ->
literal_class:OUT.literal_class ->
OUT.diagnostics ->
(int * char) VAL.NEL.t ->
OUT.diagnostics
val with_invalid_chars :
loc:Cobol_common.Srcloc.srcloc ->
literal_class:OUT.literal_class ->
OUT.diagnostics ->
(int * char) VAL.NEL.t ->
'a ->
'a Cobol_common__Srcloc.TYPES.with_loc OUT.with_diags
val pp_integer : Stdlib.Format.formatter -> integer -> unit
val pp_fixed : Stdlib.Format.formatter -> fixed -> unit
val pp_floating : Stdlib.Format.formatter -> floating -> unit
val boolean :
?max_length:int ->
Cobol_ptree.boolean Cobol_ptree.with_loc ->
boolean Cobol_common__Srcloc.TYPES.with_loc OUT.with_diags