Description: ucc is a compiler driver during operation, it will first call to the C preprocessor to preprocess the file,
Then in turn call the compiler and assembler generate an object file, the last call the linker and the multiple object files
Library files are linked together to create the final application.
Currently, ucc support running Linux on Intel X86 platform and Windows operating systems.
When extracting the downloaded source code, the system will generate a directory called ucc, the directory is organized as follows:
driver drives to achieve
ucl C compiler implementation
doc document, in English and Chinese versions of the ucc ucc internal implementation manual and
License file LICENSE
The Makefile Makefile Linux platform
Makefile.win Windows platform under the Makefile
If not specified, the following two commands mentioned in the directory are run in the ucc.
To Search:
File list (Check if you may need any files):
ucc160\ucc\ChangeLog
......\...\GPL.txt
......\...\Makefile
......\...\Makefile.win
......\...\REAMDE.txt
......\...\doc\UC Internal(chn).pdf
......\...\...\UCC Internal.pdf
......\...\...\UCC User Manual(chn).txt
......\...\...\UCC User Manual.txt
......\...\.river\linux.c
......\...\......\Makefile
......\...\......\Makefile.win
......\...\......\ucc
......\...\......\ucc.c
......\...\......\ucc.h
......\...\......\win32.c
......\...\ucl\alloc.c
......\...\...\alloc.h
......\...\...\assert.c
......\...\...\ast.c
......\...\...\ast.h
......\...\...\config.h
......\...\...\decl.c
......\...\...\decl.h
......\...\...\declchk.c
......\...\...\dumpast.c
......\...\...\emit.c
......\...\...\error.c
......\...\...\error.h
......\...\...\expr.c
......\...\...\expr.h
......\...\...\exprchk.c
......\...\...\flow.c
......\...\...\fold.c
......\...\...\gen.c
......\...\...\gen.h
......\...\...\grammer.h
......\...\...\input.c
......\...\...\input.h
......\...\...\keyword.h
......\...\...\lex.c
......\...\...\lex.h
......\...\...\Makefile
......\...\...\Makefile.win
......\...\...\opcode.h
......\...\...\opinfo.h
......\...\...\output.c
......\...\...\output.h
......\...\...\reg.c
......\...\...\reg.h
......\...\...\simp.c
......\...\...\stmt.c
......\...\...\stmt.h
......\...\...\stmtchk.c
......\...\...\str.c
......\...\...\str.h
......\...\...\symbol.c
......\...\...\symbol.h
......\...\...\target.h
......\...\...\template.h
......\...\...\Tiny C.wps
......\...\...\token.h
......\...\...\tokenop.h
......\...\...\tranexpr.c
......\...\...\transtmt.c
......\...\...\type.c
......\...\...\type.h
......\...\...\ucc.bmarks
......\...\...\ucc.cbp
......\...\...\ucc.depend
......\...\...\ucc.layout
......\...\...\ucl
......\...\...\ucl.c
......\...\...\ucl.h
......\...\...\ucl.workspace
......\...\...\uildasm.c
......\...\...\vector.c
......\...\...\vector.h
......\...\...\x86.c
......\...\...\x86linux.c
......\...\...\x86linux.tpl
......\...\...\x86win32.c
......\...\...\x86win32.tpl
......\...\...\linux\include\assert.h
......\...\...\.....\.......\float.h
......\...\...\.....\.......\limits.h
......\...\...\.....\.......\math.h
......\...\...\.....\.......\stdarg.h
......\...\...\obj\Debug\alloc.o
......\...\...\...\.....\assert.o
......\...\...\...\.....\ast.o
......\...\...\...\.....\decl.o
......\...\...\...\.....\declchk.o
......\...\...\...\.....\dumpast.o
......\...\...\...\.....\emit.o
......\...\...\...\.....\error.o
......\...\...\...\.....\expr.o
......\...\...\...\.....\exprchk.o
......\...\...\...\.....\flow.o
......\...\...\...\.....\fold.o