Musique language interpreter
Go to file
Robert Bendun 8127bcfe89 Unicode letters support 2022-05-02 20:45:06 +02:00
doc Let's go! 2022-04-24 15:27:09 +02:00
lib Let's go! 2022-04-24 15:27:09 +02:00
src Unicode letters support 2022-05-02 20:45:06 +02:00
.gitignore Let's go! 2022-04-24 15:27:09 +02:00
.gitlab-ci.yml Started unit testing 2022-04-24 16:10:29 +02:00
Makefile Unicode letters support 2022-05-02 20:45:06 +02:00
README.md Struktura projektu 2022-04-24 16:13:02 +02:00

README.md

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