mwangxx0129 / CompilerDesign

:hammer::hammer::hammer:Compile Baby Pascal to MIPS(assembly language)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler Design

A baby pascal compiler

Installation

Components

  1. Symbol Table
  2. Lexical Analyzer (Scanner)
  3. Syntax Analyzer (Parser)
  4. Semantic Analyzer (Parser + Symbol Table)
  5. Code Generation

Docs

  1. Symbol Table
  2. Scanner
  3. Parser
  4. Parser + Symbol Table
  5. Code Generation

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • Add description of project and use README template

License

  • Instructor: Dr.Eddie Reiter
  • Course: CS4110 Compiler Design
  • Author: Xinxin Wang
  • Email: mwangxx@gmail.com

About

:hammer::hammer::hammer:Compile Baby Pascal to MIPS(assembly language)


Languages

Language:C++ 92.5%Language:C 6.3%Language:Assembly 1.2%