C-compiler design)

Source: Internet
Author: User

C-compiler design

Author: Lu xiaochun

Download design documents and code

This is what we need to compile the course this semester. I am working on a C-compiler with few functions, but it runs normally and the development steps are clear, I hope to share it with you.

The compiler runs as follows:

The basic content of the design document is as follows:

1) Overall framework
2) lexical analysis
Class ctokenizer
Class cscaner
C keyword table
Identifier lexical
3) syntax analysis
Class cparser
Grammar
Basic Tree Structure
Supported statements and operations
4) create a symbol table
Class linelistrec
Class bucketlistrec
Class csymboltable
Class cfunargscheck
5) type detection
Class canalyzer
Type match
Function call parameter detection
6) Code Generation
Pcode
80x86 ASM
7) Summary

For more information, see the design documentation and all source code provided in this Article.

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.