Skip to content

UACPSC/OOPS23-srcFacts-Base

Repository files navigation

srcFacts

Calculates various counts on a source-code project, including files, functions, comments, etc.

Input is a srcML form of the project source code. An example srcML file for srcFacts.cpp is included.

The srcFacts main program includes code to directly parse XML interleaved with code to collect the counts and code at the end to generate the report.

Notes:

  • The integrated XML parser handles all parts of XML.
  • Program should be fast. A run on the BIGDATA linux kernel example takes about 5 seconds on an Macbook Air M1. Very little RAM is used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published