AAda Compiler Configuration

24
Feb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package aada_compiler_configuration is
  -- when you request the configuration path or something in the
  -- configuration folder, you get this exception if it somehow
  -- cannot find the information
  cannot_find_self_error: exception;
 
  -- function used to find the destination of a symbolic link
  procedure aada_readlink(path: in string; destination: out string; status: out integer);
 
  -- get a path to the configuration files of the compiler
  function aada_configuration_path return string;
 
--private
 
end aada_compiler_configuration;
Project aada v1.0-338 (Project id #3)
Process Done (Last compiled on 2012/01/13 01:21:26)
Description Alexis Ada Compiler written in Ada (my first attempt was in C++ which is not correct for an Ada compiler.)