Struktura projektu

This commit is contained in:
Robert Bendun 2022-04-24 16:13:02 +02:00
parent bf1bec4b44
commit 562ca6597e

View File

@ -1 +1,14 @@
# Musique interpreter
## Budowa projektu
```
.
├── bin Miejsce produkcji plików wykonywalnych
├── doc Dokumentacja języka, interpretera
├── lib Zewnętrzne zależności projektu
│   ├── expected
│   └── ut
└── src Główny katalog z kodem źródłowym
└── tests Katalog z testami jednostkowymi
```