Skip to content

🔨🔨🔨Compile Baby Pascal to MIPS(assembly language)

Notifications You must be signed in to change notification settings

mwangxx0129/CompilerDesign

Repository files navigation

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: [email protected]

About

🔨🔨🔨Compile Baby Pascal to MIPS(assembly language)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published