Expand description
A convenient little abstraction for building up C expressions and generating simple C code.
Modules§
- staticlib_
header - Generate a header file for the static object file produced.
Enums§
- CStatement
- A statement in the C programming language. This may not be exact to what an AST would look like or what the C standard says about the C language, it’s simply a structed way to organize data for generating C code.
- CType
- A Type in the C language.
Functions§
- generate_
c - Generate C source code from some
CStatements
into a String.
Type Aliases§
- CIdent
- An identifier in C.