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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,affd14e05b8fb09a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-28 12:18:17 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed.mathworks.com!nnx.oleane.net!oleane!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: Re: Hierarchical States Machines Date: Wed, 28 Apr 2004 20:39:46 +0100 Organization: Cuivre, Argent, Or Message-ID: References: Reply-To: amado.alves@netcabo.pt NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1083179896 15669 212.85.156.195 (28 Apr 2004 19:18:16 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 28 Apr 2004 19:18:16 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: User-Agent: KMail/1.4.3 In-Reply-To: X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:7544 Date: 2004-04-28T20:39:46+01:00 > Pretty new to ADA dev.,=20 Welcome! You can now start writing "Ada" not "ADA" as your first rite of=20 passage :-) > i am currently trying to implement a > hierarchical state machine for my application.... I write state machines a lot in Ada. For example package XML_Automaton, w= hich=20 I've just put for your viewing pleasure at the following secret URLs: http://www.liacc.up.pt/~maa/mneson/xml_automaton.ads http://www.liacc.up.pt/~maa/mneson/xml_automaton.adb http://www.liacc.up.pt/~maa/mneson/xml2mntext.adb The last unit is an real life example application of the package. (Soon I'll update the Mneson site with *all* the cool latest developments= =2E As=20 you might guess from above, XML import/export is one of them.)