期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Intermediate Representation Using Graph Visualization Software
1
作者 e. o. aliyu A. o. Adetunmbi B. A. ojokoh 《Journal of Software Engineering and Applications》 2020年第5期77-90,共14页
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 an... 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. 展开更多
关键词 Recursive DESCENT PARSER Best First Search INTERMEDIATE REPRESENTATION Abstract SYNTAX Tree Graph Visualization SOFTWARE
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部