rust-cpp-parser icon indicating copy to clipboard operation
rust-cpp-parser copied to clipboard

A C/C++ parser in rust

rust-cpp-parser

A C/C++ parser in Rust.

It's a WIP so don't use it except if you want to contribute or fix bugs.

There are several goals here:

  • be able to identify unused macros
  • remove useless includes
  • help with the analysis of code change

It's a spare time project so I'm not super active (it mainly depends on what I've to do during the week-end).

Disclaimer

This is not an official Mozilla product.