/adataptempo

Port of C++ TapTempo in Ada

Primary LanguageAdaGNU General Public License v3.0GPL-3.0

adataptempo

This project is a port of C++ TapTempo in Ada.

The purpose is only educational to show the differences between C++ code and Ada on a same project.

dependencies

This project depends on Parse_Args for arguments parsing and ZanyBlue for i18n.

Building the code

To build the project, you need you checkout the code from Parse_Args, get the code from ZanyBlue and then use gprbuild like this

export ADA_PROJECT_PATH=PATH_TO_PARSE_ARGS:PATH_TO_ZANY_BLUE_GPR
make

Using it

Just launch it !

bin/adataptempo

Just add the h option parameter to get the help.