|
Ada 2.9.2
Fast spec-compliant URL parser
|
Directories | |
| CMakeFiles | |
Files | |
| ada.cpp | |
| ada.h | |
| Includes all definitions for Ada. | |
| ada_c.h | |
| Includes the C definitions for Ada. This is a C file, not C++. | |
| demo.c | |
| demo.cpp | |
While in the ada main directory, using Python 3, type:
This will create two new files (ada.h and ada.cpp).
You can then compile the demo file as follows:
It will produce a binary file (e.g., demo.o) which contains ada.cpp.
You may build and link using CMake (–target demo), because CMake can configure all the necessary flags.
You may also build a C executable.