/TPLanguageTheory

Language theory and compilation introduction TPs.

Primary LanguageJavaMIT LicenseMIT

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