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.
- Host: GitHub
- URL: https://github.com/hanzopgp/tplanguagetheory
- Owner: hanzopgp
- License: mit
- Created: 2021-02-15T21:34:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T01:32:16.000Z (over 4 years ago)
- Last Synced: 2025-01-16T05:25:04.793Z (5 months ago)
- Topics: antlr, compiler, finite-automata, jflap, language-theory, university
- Language: Java
- Homepage:
- Size: 2.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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