Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edujbarrios/code_pattern_analyzer


https://github.com/edujbarrios/code_pattern_analyzer

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# code_pattern_analyzer

This code takes a look into a code and counts the number of code sentences that are applicable and used on a certain input.txt file, written using ***C++*** Language.

It's designed to perform with every kind of file that follows a well-written c++ structure, otherwise, it will return a failure message indicating the code doesn't have a propper structure or sintax.