mheinsen / seec

Program visualization and debugging for novice C programmers

Home Page:http://seec-team.github.io/seec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a layout engine to display 2-dimensional arrays as a table.

mheinsen opened this issue · comments

Using the default layout systems, multidimensional arrays are quite tragic. 2 dimensional arrays are a special case for which we should be able to generate nice looking tables (particularly if the inner element is a scalar value).