8000 GitHub - N3U2O/codestat: codestat is intended to be a static code analysis tool that extracts lexical information from source code.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ codestat Public

codestat is intended to be a static code analysis tool that extracts lexical information from source code.

Notifications You must be signed in to change notification settings

N3U2O/codestat

Folders and files

< 6849 /tr>
NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

codestat is a tool for static, lexical code statistics.

TODO:

  • read a source file into a source code object

  • the object will have to identify typenames, variable names, fuction names, etc.

  • and count the number of occurences within the source code for each lexical unit,

  • account their positions and the containing compile unit: file, class, function, etc.

  • make a more exact specification and documentation for this project

About

codestat is intended to be a static code analysis tool that extracts lexical information from source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0