Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 295 Bytes

Higer

Tiger compiler written in haskell

Implemented parts

  • Lexer
  • Parser
  • Type checker
  • Escape analysis
  • IR generation
  • IR optimizations
  • AMD64 Instruction selection
  • Liveness analysis
  • Assembly language code generation
  • Language runtime