This program takes in a C source file and outputs the number of variables, functions, conditional statements.
Tool chain used to build - Microsoft Compiler
To build the symbol table use the command "nmake compile" this will then build the table, to run the symbol table use the command "symbol_table ". To clear all .obj, .exe and .lib files, use "nmake clean". To build the binary search tree, use "nmake compile2" and then to run the code use "symbol_table2 ".
References: string.find - https://www.geeksforgeeks.org/string-find-in-cpp/ tokenising strings - https://www.geeksforgeeks.org/tokenizing-a-string-cpp/