Module token

Source
Expand description

Representation of a C token

This is designed to map onto a libclang CXToken.

Structs§

Token
A single token in a C expression.

Enums§

Kind

Functions§

remove_comments
Remove all comment tokens from a vector of tokens