Cobol_preproc.Src_format
type 'k source_format = 'k indicator_position * 'k paging
and _ indicator_position =
| NoIndic : free indicator_position
| FixedIndic : fixed indicator_position
| XOpenIndic : fixed indicator_position
| CRTIndic : fixed indicator_position
| TrmIndic : fixed indicator_position
| CBLXIndic : fixed indicator_position
val equal : 'k source_format -> 'r source_format -> bool
val from_config : Cobol_config.source_format -> any
val decypher : dialect:Cobol_config.dialect -> string -> any
May raise INVALID_SOURCE_FORMAT
.
val guess_from : contents_prefix:string -> any
val comment_entry_termination : _ source_format -> comment_entry_termination
val first_area_b_column : _ source_format -> int option