Skip to content
Marek Milkovič edited this page Aug 15, 2015 · 5 revisions

Normal text - On TODO list

Bold text - Finished

Italic text - Work in Progress

Front-end

  • Flex lexer
  • Bison parser
  • AST building
  • Symbols, symbol tables and context

IR

  • IR design
  • IR implementation
  • Transformation AST -> IR

Back-end

  • Register allocation
  • Transformation IR -> MIPS Assembly

Testing

  • Add gtest into project
  • Unit tests
  • Integration tests
Clone this wiki locally