Module driver

Source
Expand description

Preprocess and parse C source file into an abstract syntax tree

Structs§

Config
Parser configuration
Parse
Result of a successful parse
SyntaxError
Syntax error during parsing

Enums§

Error
Error type returned from parse
Flavor
C language flavors

Functions§

parse
Parse a C file
parse_preprocessed