huajun07 / codesketcher

Visualise your code in action!
https://main.d1fr5et3wgts3j.amplifyapp.com/
MIT License
0 stars 0 forks source link

Feat/array visualization #83

Closed limanjun99 closed 1 year ago

limanjun99 commented 1 year ago

This PR adds a visualization component for 1-dimensional and 2-dimensional arrays. Test it out here.

1-dimensional array:

Screenshot 2023-07-21 at 1 59 28 PM

2-dimensional array:

Screenshot 2023-07-21 at 1 58 50 PM

There are also appropriate error messages (e.g. no variable name given, variable does not exist, variable is not a 1d/2d array).

Screenshot 2023-07-21 at 1 59 54 PM

Example with both graph and array visualization components:

Screenshot 2023-07-21 at 2 01 45 PM