Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 367 Bytes

Formal Languages and Compilers

  • This repository represents my work at Formal Languages and Compilers course at university.
  • Laboratory topics are implemented in C++.
  • The topics are:
  1. Grammars
  2. Deterministic Finite-State Machines
  3. Non-Deterministic Finite-State Machines
  4. Pushdown Automaton
  5. Lexical Analizer
  6. Syntax Analizer
  7. Semantic Analizer