编译原理实验-递归子程序法
递归子程序法:#include "stdio.h"#include "stdlib.h"void display();char read(); //读取字符函数void write();char