Crate decy_parser

Crate decy_parser 

Source
Expand description

C AST parsing using clang-sys.

This crate provides a production-grade C parser using LLVM/Clang bindings.

Re-exports§

pub use parser::Ast;
pub use parser::CParser;
pub use parser::Expression;
pub use parser::Function;
pub use parser::Parameter;
pub use parser::Statement;
pub use parser::Struct;
pub use parser::StructField;
pub use parser::Type;
pub use parser::Variable;

Modules§

parser
C parser implementation using clang-sys.