Skip to content

FredPraca/adataptempo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published