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
you need to use pre_input to input numbers or strings. The picture has shown the usage.