Skip to content

pr3mar/compilers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

compilers

Compilers course @ FRI 2015/16

  • lexer
  • parser
  • abstract syntax tree
  • semantical analysis
  • frames and accesses
  • intermediate code generation
  • lineariozation of intermediate code
  • code generation of linearized code
  • register allocation
  • putting it all together (working MMIX ASM code generation)