Module Cobol_parser.Keywords

val keywords : (string * Cobol_parser__.Grammar_tokens.token) list

Mapping from keywords to their respective tokens

val combined_keywords : (string * Cobol_parser__.Grammar_tokens.token) list
val intrinsic_functions : (string * Cobol_parser__.Grammar_tokens.token) list

Mapping from intrinsic functions name to their respective tokens

val silenced_keywords : string list

Set of inhibited keywords

val puncts : (string * Cobol_parser__.Grammar_tokens.token) list

Mapping from punctuations to their respective tokens

val is_known_intrinsic_token : Cobol_parser__.Grammar_tokens.token -> bool