From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,20373df3074f4718,start X-Google-Attributes: gid103376,public From: "Jean-Pierre Rosen" Subject: Tcl2ada: a utility for Tash users Date: 1999/03/19 Message-ID: <7csuv7$114$1@platane.wanadoo.fr>#1/1 X-Deja-AN: 456402962 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Organization: Adalog Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-19T00:00:00+00:00 List-Id: I just released a small utility on Adalog's components page (http://pro.wanadoo.fr/adalog/compo2.htm) that may be useful to Tash users. Excerpt from the "usage" in the documentation: tcl2ada [ | - ] [] If no argument is provided, TCL2ADA reads from standard_input and writes to standard_output. If only one argument is given, it is taken as the input file, and output goes to standard_output. If you need to read standard_input and output to a file, use "-" as the name of the input file. TCL2ADA copies its input file to its output file. If it encounters an input line of the form: --tcl2ada tcl_file it includes the file "tcl_file" as a properly formated Ada string. Leading blanks, empty lines, and tcl comments are removed from the tcl file, in order to save space in the Ada program. Ascii.LF characters are inserted in place of line breaks. License is Adalog's "advertiseware" license, i.e. you can do what you want with it provided you don't remove the copyright notice, you keep the small ad for Adalog, and you mark your modifications as not provided by Adalog. Enjoy! --------------------------------------------------------- J-P. Rosen (Rosen.Adalog@wanadoo.fr) Visit Adalog's web site at http://perso.wanadoo.fr/adalog