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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,957580c7ebafc9dd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!sumatra.thomas-huehn.de!news.uni-stuttgart.de!carbon.eu.sun.com!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: Is there a lex utility for Ada that handles unicode? Date: Thu, 27 Oct 2005 17:33:11 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1130433435.410224.186300@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: host86-131-223-248.range86-131.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com 1130434391 13411 86.131.223.248 (27 Oct 2005 17:33:11 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Thu, 27 Oct 2005 17:33:11 +0000 (UTC) In-Reply-To: <1130433435.410224.186300@g49g2000cwa.googlegroups.com> X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) Xref: g2news1.google.com comp.lang.ada:6003 Date: 2005-10-27T17:33:11+00:00 List-Id: brian.b.mcguinness@lmco.com wrote: > Is there some equivalent of the lex utility that produces > Ada code rather than C code, and is capable of handling > any character in the Unicode basic code plane? I am > thinking of using it on strings read from a GUI created > with GtkAda, so it would probably be best if it accepted > UTF-8 strings, but I could convert the input to a wide > string if necessary. Alex and Ayacc: http://www.iste.uni-stuttgart.de/ps/ada-software/html/tools.html I've never even looked at them! :-) Cheers -- Martin