%0 Journal Article %T Intermediate Representation Using Graph Visualization Software %A E. O. Aliyu %A A. O. Adetunmbi %A B. A. Ojokoh %J Journal of Software Engineering and Applications %P 77-90 %@ 1945-3124 %D 2020 %I Scientific Research Publishing %R 10.4236/jsea.2020.135006 %X In this paper, a method to initiate, develop and visualize an abstract syntax tree (AST) in C++ source code is presented. The approach is in chronological order starting with collection of program codes as a string and split into individual characters using regular expression. This will be followed by separating the token grammar using best first search (BFS) algorithm to determine node having lowest value, lastly followed by graph presentation of intermediate representation achieved with the help of graph visualization software (GraphViz) while former is implemented using python programming language version 3. The efficacy of our approach is used in analyzing C++ code and yielded a satisfactory result. %K Recursive Descent Parser %K Best First Search %K Intermediate Representation %K Abstract Syntax Tree %K Graph Visualization Software %U http://www.scirp.org/journal/PaperInformation.aspx?PaperID=100055