Crate cexpr [] [src]

Modules

expr

Evaluating C expressions from tokens.

literal

Parsing C literals from byte slices.

nom

nom's result types, re-exported.

token

Representation of a C token

Enums

Error

Parsing errors specific to C parsing

Functions

assert_full_parse

If the input result indicates a succesful parse, but there is data left, return an Error::Partial instead.