HomeFreeBSD

devel/fccf: new port

Description

devel/fccf: new port

fccf is a command-line tool that quickly searches through C/C++ source code in
a directory based on a search string and prints relevant code snippets that
match the query.

Highlights:

  • Quickly identifies source files that contain a search string.
  • For each candidate source file, builds an abstract syntax tree (AST).
  • Visits the nodes in the AST, looking for function declarations, classes, enums, variables etc., that match the user's request.
  • Pretty-prints the identified snippet of source code to the terminal.
  • MIT License

WWW: https://github.com/p-ranav/fccf

Details

Provenance
baptAuthored on Apr 29 2022, 7:15 AM
Parents
R11:bb02d7138673: print/R-cran-knitr: Update to 1.39
Branches
Unknown
Tags
Unknown