搜索资源列表
pl/0
- /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
fin
- 用ocaml编写的pascal编译程序,虽然要求是法国版的但是基本语法能明白,也可以自己运行-Ocaml prepared using pascal compiler, although the requirements are the French version of the basic grammar but can understand, you can try to run their own
