Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 228 Bytes

WLP4 to MIPS Compiler

Compile WLP4 into MIPS assemble code and assemble it to executable machine code.

Tools/Steps

  • DFA Scanner
  • LR(1)Parser
  • Context-sensitive analyzer
  • Code Generator
  • Heap Memory Allocator