New version of Semtools/Adasubst 1.3
From: Jean-Pierre Rosen (rosen_at_adalog.fr)
Date: 05/26/04
- Next message: Dale Stanbrough: "Re: Question on interface Ada to C"
- Previous message: Ludovic Brenta: "Re: Why I like Ada"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 26 May 2004 10:56:40 +0200
I've just released a new version of semtools (actually, only Adasubst has changed).
New feature:
-------------
You can give a substitution directly on the command line in place of the dictionary file. This makes it easier when you want to just
change a single identifier in your program:
adasubst "pack.bad_identifier => Good_Identifier" my_main -r -o temp/
will change every occurrence of "bad_identifier" declared in package "pack" to "Good_Identifier" into unit My_Main (and recursively
in all units My_Main depends on), putting changed units into directory temp/
New mode
-----------
adasubst -R is a new mode of Adasubst that will remove all representation clauses from the specified units.
Useful to check whether representation clauses have an impact on the efficiency of your program.
No bug fix - no bugs were reported on previous version.
As usual, you can download Semtools from Adalog's components page http://www.adalog.fr/compo2.htm.
(sources and ready-to-use executables (gnat 3.15p) for Linux and Windows).
Alternatively, the sources are part of the ASIS-for-GNAT project on Sourceforge.
--
---------------------------------------------------------
J-P. Rosen (rosen@adalog.fr)
Visit Adalog's web site at http://www.adalog.fr
- Next message: Dale Stanbrough: "Re: Question on interface Ada to C"
- Previous message: Ludovic Brenta: "Re: Why I like Ada"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]