Re: "continue/next" for "loop"
From: Dmitry A. Kazakov (mailbox_at_dmitry-kazakov.de)
Date: 11/03/03
- Next message: Stephane Richard: "Re: Clause "with and use""
- Previous message: Robert Spooner: "Re: Standard Library Interest?"
- In reply to: Lutz Donnerhacke: "Re: "continue/next" for "loop""
- Next in thread: Chad R. Meiners: "Re: "continue/next" for "loop""
- Reply: Chad R. Meiners: "Re: "continue/next" for "loop""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 03 Nov 2003 16:19:21 +0100
On Mon, 3 Nov 2003 15:01:52 +0000 (UTC), Lutz Donnerhacke
<lutz@iks-jena.de> wrote:
>* Preben Randhol wrote:
>> Links on this: (Ada, goto and state machine)
>
>It's not a state machine. It's a "parser" which determine the end of the
>current iteration processing at a much deeper level.
A "parser" isn't that different from FSM. So far your FSM or
whatsoever needs no stack(s) to wind up upon state changing, goto's
are just fine.
Otherwise it becomes a nigthmare, no matter how you are going to do
it! So stop feeling guilty, and use gotos! (:-))
--- Regards, Dmitry Kazakov www.dmitry-kazakov.de
- Next message: Stephane Richard: "Re: Clause "with and use""
- Previous message: Robert Spooner: "Re: Standard Library Interest?"
- In reply to: Lutz Donnerhacke: "Re: "continue/next" for "loop""
- Next in thread: Chad R. Meiners: "Re: "continue/next" for "loop""
- Reply: Chad R. Meiners: "Re: "continue/next" for "loop""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]