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

https://github.com/hanzopgp/tplanguagetheory

Language theory and compilation introduction TPs.
https://github.com/hanzopgp/tplanguagetheory

antlr compiler finite-automata jflap language-theory university

Last synced: 4 months ago
JSON representation

Language theory and compilation introduction TPs.

Awesome Lists containing this project

README

        

# 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