[−][src]Crate cexpr
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 |
Macros
| comp | equivalent to nom's complete! macro, but adds the custom error type |
| full | ensures the child parser consumes the whole input |
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 |