comp.lang.ada
 help / color / mirror / Atom feed
* New version of Semtools/Adasubst 1.3
@ 2004-05-26  8:56 Jean-Pierre Rosen
  0 siblings, 0 replies; only message in thread
From: Jean-Pierre Rosen @ 2004-05-26  8:56 UTC (permalink / raw)


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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-26  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-26  8:56 New version of Semtools/Adasubst 1.3 Jean-Pierre Rosen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox