An open API service indexing awesome lists of open source software.

https://github.com/sskender/programming-language-translation

Programming Language Translation FER labs
https://github.com/sskender/programming-language-translation

abstract-syntax-tree ast compiler compiler-construction compiler-design fer lexer lexical-analysis lexical-analyzer ll1-grammar ll1-parser parser recursive-descent-parser syntax syntax-analysis syntax-tree syntax-trees token tokens topdown

Last synced: 7 months ago
JSON representation

Programming Language Translation FER labs

Awesome Lists containing this project

README

          

# 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