Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edujbarrios/code_pattern_analyzer
https://github.com/edujbarrios/code_pattern_analyzer
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edujbarrios/code_pattern_analyzer
- Owner: edujbarrios
- Created: 2022-11-16T14:23:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T14:29:55.000Z (about 2 years ago)
- Last Synced: 2023-04-24T16:06:09.880Z (over 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.