Skip to content

A program for automating the process of calculating halstead metrics of a C program(ANSI standard)

License

Notifications You must be signed in to change notification settings

Agaba-Ed/c-token-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Token Counter (1.0.1)

This is a Software Metrics Tool

The system displays values of intermediate parameters that are needed as inputs for formulas used in calculating halstead metrics of a C program ANSI standard To ensure that users find ease in understanding the results of the metrics, these values are shown in a table format , and the final computations underneath with their units.

Technologies

  • Node v16.13.x

Requirements

These will install with npm, just do

npm install

In your project directory.


Install, Build, Run, Test, and Watch

# Install nodejs and npm
git clone http://github.com/Agaba-Ed/c-token-counter [project-name]
cd [project-name]
npm install

Install node-c-parser,and express

npm install node-c-parser
npm install express

Run

run app

node app.js

About

A program for automating the process of calculating halstead metrics for C (ANSI standard)

License

See LICENSE

Contribute

pull requests are welcome

About

A program for automating the process of calculating halstead metrics of a C program(ANSI standard)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published