FredPraca / adataptempo

Port of C++ TapTempo in Ada

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Port of C++ TapTempo in Ada

License:GNU General Public License v3.0


Languages

Language:Ada 94.8%Language:Makefile 5.2%