Module Sarek_ppx_lib.Sarek_reserved

val c_keywords : string list

C reserved keywords

val opencl_keywords : string list

OpenCL additional reserved keywords

val cuda_keywords : string list

CUDA additional reserved keywords

val all_reserved : (string, unit) Stdlib.Hashtbl.t

All reserved keywords combined

val is_reserved : string -> bool

Check if an identifier is a reserved keyword