Musique language interpreter
Go to file
Robert Bendun 9fd70386c5 Doxygen & Sphinx documentation tooling
This is far from real documentation both in structure and contents -
it's only a start, from which we can expand.
2022-05-08 18:02:23 +02:00
doc Doxygen & Sphinx documentation tooling 2022-05-08 18:02:23 +02:00
lib Let's go! 2022-04-24 15:27:09 +02:00
src Doxygen & Sphinx documentation tooling 2022-05-08 18:02:23 +02:00
.gitignore Doxygen & Sphinx documentation tooling 2022-05-08 18:02:23 +02:00
.gitlab-ci.yml Started unit testing 2022-04-24 16:10:29 +02:00
Doxyfile Doxygen & Sphinx documentation tooling 2022-05-08 18:02:23 +02:00
Makefile Doxygen & Sphinx documentation tooling 2022-05-08 18:02:23 +02:00
README.md Doxygen & Sphinx documentation tooling 2022-05-08 18:02:23 +02:00

Musique interpreter

Dostępne komendy

  • make - Buduje interpreter bin/musique
  • make clean - Usuwa reprodukowalne elementy projektu (automatycznie stworzone pliki binarne czy raporty)
  • make unit-test-coverage - Uruchamia raport pokrycia kodu przez testy jednostkowe
  • make unit-tests - Uruchamia testy jednostkowe interpretera

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