I would like to develop a visualization tool that able to read c programming syntax. The code will includes some functions call, timing information and some triggering mechanism. By recognizing all these syntax, I will be able to simulate and visualize those "functions calls". The program usually use to perform searching and sorting algorithm.
Some visualization tools such as python Bokeh could be use for visualization (can recommend if there are better tools). The question here is how can the c-syntax to be translated to language such as python, and each items/objects written in C code in the searching/sorting algorithm, can be represented as an visual kind of shape object.
Is anyone does anything similar? appreciate if some suggestion on the tools used and the work flow or steps to realized this task. Thank you