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,b45952e5dedb7e9a X-Google-Attributes: gid103376,public From: "Tarjei Tj�stheim Jensen" Subject: Re: State Machine Implementation (long) Date: 1998/08/06 Message-ID: <6qbqop$gg1@news.kvaerner.com>#1/1 X-Deja-AN: 378455035 Content-Transfer-Encoding: 7bit References: <35C90369.CFE8ED98@inficad.com> Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Kv�rner Oil & Gas Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-08-06T00:00:00+00:00 List-Id: dana@indyweb.no.xyz.spam.net wrote in message ... >I see places were a software state machine >which could also be configured from a config file would be extremely nice >for maintenance purposes. I have no idea on how to handle the action >routine accesses except for a compile time lookup table. Plauger's Standard C library uses such state machines for character comparison and classifications. It is quite clear that such a thing would be very nice to have around. Greetings,