Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 428 Bytes

File metadata and controls

17 lines (11 loc) · 428 Bytes

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.