Two applications are created for this project:
- One for analysing
Javadoccomments in aJavafile. - The other for analysing
Cfiles and outputting aidentifiers.txt, which includes a symbol table with the included variable names, types, functions, arrays, for/while loops, and if statements in the code. Also listing their declaration and number of uses.