Expand description
Preprocess and parse C source file into an abstract syntax tree
Structs§
- Config
- Parser configuration
- Parse
- Result of a successful parse
- Syntax
Error - Syntax error during parsing
Enums§
Functions§
- parse
- Parse a C file
- parse_
preprocessed