Skip to content

sskender/programming-language-translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Language Translation

Programming language translation FER labs

  • breakdown the design of a computer system into problem analysis phase and solution synthesis phase
  • describe lexical, syntax, and semantic properties of a programming language using formal grammar
  • select optimal formal grammar for formal description of a programming language
  • select optimal parsing technique for programming language translation
  • design and implement a compiler from formal specification of a programming language
  • design an efficient language translation process with respect to processor resources and memory hierarchy