Description: This is a tiny mini-language compiler, including lexical analysis, syntax analysis, semantic analysis, code generation and other functions
File list (Check if you may need any files):
Tiny-C
......\ANALYZE.C
......\ANALYZE.H
......\bison.exe
......\CGEN.C
......\CGEN.H
......\cmd.exe
......\CODE.C
......\CODE.H
......\exam.out
......\EXAM.TM
......\exam.tny
......\flex.exe
......\GLOBALS.H
......\LEX
......\...\TINY.L
......\lex.yy.c
......\MAIN.C
......\MAKEFILE
......\PARSE.C
......\PARSE.H
......\README.DOS
......\SAMPLE.TM
......\SAMPLE.TNY
......\SCAN.C
......\SCAN.H
......\SYMTAB.C
......\SYMTAB.H
......\TINY.EXE
......\TM.C
......\TM.EXE
......\UTIL.C
......\UTIL.H
......\YACC
......\....\GLOBALS.H
......\....\tiny.tab.c
......\....\tiny.tab.h
......\....\TINY.Y