Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 379 Bytes

TP Language Theory

Presentation :

This is a repository for the introduction TPs of Language Theory and Compilation.

Content :

  • TP1 : simple DFA (Deterministic Finite Automaton)
  • TP2 : JFLAP software for DFA, NFA (Nondeterministic finite automaton), RE (regular expression) ...
  • TP3 : ANTLR introduction, Java parsing, HTML Writer...
  • TP4 : ANTLR syntax analysis