:=
csyntax | "char"C character
| "tiny"
| "short"
| "int"
| "long"
| "vlong"
| "utiny"
| "uchar"
| "ushort"
| "uint"
| "ulong"
| "uvlong"
| "float"
| "double"
| "ldouble"
| struct NAME
| union NAME
| class NAME
| enum NAME
Support for basic C types.
Although matching only
Felix names for these types, you can actually use
the C type name, for example long long
with be translated by the lexer to ulong.