This is a mini C interpreter.
Basic Types:
int / double/ char /bool
Supported Grammar:
array (you can create multidimensional arrays as well), pointer (pointer to pointer is unable)
if - else / else if
while /for /do-while /switch
function call /recursion
struct
Libs : finished most of functions of following head files.
stdio.h / math.h / string.h
If you need to input some numbers or strings, pre_input may be convenient. You can learn the usage from the picture.