genco::lang

Module c

Source
Expand description

Specialization for C code generation.

Structs§

  • Language specialization for C.
  • Config data for C.
  • Format for C.
  • The include statement for a C header file such as #include "foo/bar.h" or #include <stdio.h>.

Enums§

  • A type-erased language item capable of holding any kind.

Functions§

  • Include an item declared in a local C header file such as #include "foo/bar.h"
  • Include an item declared in a C system header such as #include <stdio.h>.

Type Aliases§

  • Tokens container specialization for C.