Path: Ada :
Path: Compilers : Ada translator :

Ada Compiler Ada to C++ translator...

This project needs microsoft visulal c++ cl.exe program in
the environmental variable path. This is a work in progress.
I wish to have a full Ada95 to standard C++ translator.
This will let me use the Ada API. This is all to help people
make programs.

  ada.exe - Ada programming language to C++ translator compiled for win32
  adac.exe - Ada compiler driver program
  ada.h - Ada C++ hadder file

C:\ada>adac.exe sort.adb -o sort.exe
C:\ada>sort.exe
Example programs:

  hello.adb - hello world in Ada
  sort.adb - bubble sort in the Ada programming language
  sort.cpp - output of the trnaslator C++




under construction...