AdaCore / libadalang-tools

Libadalang-based tools
GNU General Public License v3.0
16 stars 13 forks source link

gnatpp: No way to enable gnatprep #7

Open LordAro opened 4 years ago

LordAro commented 4 years ago

With the following (contrived) example

procedure some_procedure is
#if SYSTEM="win" then
begin
   null;
#else
begin
   null;
#end if;
end some_procedure;

->

1:1: Cannot parse <subp_body>
10:1: Expected 'end', got Termination