The design of C compiler

Source: Internet
Author: User

Foreword: This is our semester compiles the class to request the big journey, I do is a C-compiler, the function is not many, but runs normally, the development step is more clear, hoped shares with everybody.

The compiler runs an effect diagram as follows:

The basic contents of the design document are as follows:

1) Overall framework

2) Lexical analysis

Class Ctokenizer

Class Cscaner

C keyword table

Identifier lexical

3) Grammar Analysis

Class Cparser

Grammar

Basic tree-shaped structure

Supported statements and operations

4) Establish symbol table

Class Linelistrec

Class Bucketlistrec

Class csymboltable

Class Cfunargscheck

5) Type detection

Class Canalyzer

Type matching

function call parameter detection

6) Code generation

Pcode

80x86 ASM

7) Summary

For more information please read the design documentation provided in this article and the full source code.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.