Graphical C Interpreter

Created 2019

This was my final project at university. It is a proof of concept right now, but I fully intend to continue the project when I have time.

It is a graphical programming environment similar to MIT's Scratch. Currently it has arithmatic, loops, and very little else. It follows c89 specification, so variables need to be declared at te beginning of functions.

Click here to expand