C语言解释器的C#源代码。支持char,short,int,float,struct以及指针(不支持函数指针)。支持函数、递归、变参函数以及函数嵌套。支持if,for,while,do/while,switch。不支持goto。