编译原理课程设计实现源码
主函数部分内容/****************************************************/ /* File: main.c */ /* Main program for TINY compiler */ /****************************************************/ #include "globals.h" /* set NO_PARSE to TRUE to get a scanner-only compiler */ #define NO_PARSE FALSE /* set NO_ANALYZE to TRUE to get a parser-only compiler */ #define NO_ANALYZE FALSE /* set NO_CODE to TRUE to get a compiler that does not * generate code */ #define NO_CODE FALSE #include "util.h" #if NO_PARSE
文件列表
.rar
(预估有个34文件)
编译原理课程设计
GLOBALS.H
3KB
SCAN.H
547B
UTIL.C
5KB
SCAN.C
5KB
CODE.H
2KB
PARSE.H
372B
SYMTAB.H
847B
CGEN.C
7KB
UTIL.H
925B
暂无评论