Skip to content

Commit

Permalink
Orga: update intro (#105)
Browse files Browse the repository at this point in the history
* Orga: update intro

replace Mini-Python with Java compiler (byte code) plus virtual machine

* Update readme.md
  • Loading branch information
cagix authored Oct 10, 2023
1 parent 15c58d4 commit 9112093
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ Der Compiler ist das wichtigste Werkzeug in der Informatik. In der Königsdiszip
Informatik schließt sich der Kreis, hier kommen die unterschiedlichen Algorithmen und
Datenstrukturen und Programmiersprachenkonzepte zur Anwendung.

In diesem Modul geht es um ein grundlegendes Verständnis für die wichtigsten Konzepte
im Compilerbau. Wir schauen uns dazu relevante aktuelle Tools und Frameworks an und
setzen diese bei der Erstellung eines kleinen Compiler-Frontends für [_Mini-Python_] ein.

[_Mini-Python_]: https://github.com/Compiler-CampusMinden/Mini-Python-Builder
In diesem Modul geht es um ein fortgeschrittenes Verständnis für interessante Konzepte
im Compilerbau. Wir schauen uns dazu relevante aktuelle Tools und Frameworks an und setzen
diese bei der Erstellung eines Byte-Code-Compilers samt Virtual Machine für Java ein.


## Überblick Modulinhalte
Expand Down

0 comments on commit 9112093

Please sign in to comment.