Description: Principle-based compiler class, TinyC, to simplify the C language compiler, can not support the more advanced C procedures, can generate the compilation and syntax tree
- [RJ010408] - school compiler theory courses at the op
- [tinyc] - A small ANTLR procedures, the implementa
- [c0] - 1、打开源程序文件。 2、进行词法分析。 3、进行语法分析,并解释执行。 4、语
File list (Check if you may need any files):
Analyze.c
Analyze.h
CodeGen.c
CodeGen.h
Debug
.....\Analyze.obj
.....\CodeGen.obj
.....\Parse.obj
.....\Scan.obj
.....\Symtab.obj
.....\test1.asm
.....\test1.c
.....\test1.lst
.....\test2.asm
.....\Test2.c
.....\test2.lst
.....\TinyC.exe
.....\TinyC.ilk
.....\TinyC.obj
.....\TinyC.pdb
.....\Util.obj
.....\vc60.idb
.....\vc60.pdb
Globals.h
Parse.c
Parse.h
Parse.y
Scan.c
Scan.h
Scan.l
Symtab.c
Symtab.h
Test
....\test1.asm
....\test1.c
....\test1.lst
....\test2.asm
....\Test2.c
....\test2.lst
....\TinyC.exe
TinyC.c
TinyC.dsp
TinyC.dsw
TinyC.ncb
TinyC.opt
TinyC.plg
Util.c
Util.h