Re: "continue/next" for "loop"

From: Lutz Donnerhacke (lutz_at_iks-jena.de)
Date: 11/03/03


Date: Mon, 3 Nov 2003 15:01:52 +0000 (UTC)


* 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.



Relevant Pages

  • Re: multiple super types for generics
    ... and I just continue recursivelly to define the state machine until I ... C family parser inherits the Algol family parser which inherits the ... Thus you can build a single parser frame work for all parsable langs ...
    (comp.lang.java.programmer)
  • Re: Horror! Using goto statement in finite state machines?
    ... everyone plus their granmother is constantly cursing at the ... goto statement, accusing it of being some sort of spawn of satan. ... concerns about the ability to debug the running state machine ... on a team that worked on a large complex state machine. ...
    (comp.lang.c)
  • Re: Horror! Using goto statement in finite state machines?
    ... goto statement, accusing it of being some sort of spawn of satan. ... An if, if/else, or switch statement corresponds to making ... A finite state machine, though, is the exception to this (and the only ... and a switch statement within a loop. ...
    (comp.lang.c)
  • Re: GOTO (was Re: Appeal for python developers)
    ... way of justifying goto in the language, as your program doesn't have a split ... between abstract state machine and real program anymore (which I think should ... Reading the state machine in the way presented above isn't any harder in my ...
    (comp.lang.python)
  • Re: Horror! Using goto statement in finite state machines?
    ... finite state machine" was code simplicity to write, read, debug, modify. ... on a team that worked on a large complex state machine. ... Similarly a simple approach with switch is: ... I know some people do not like the introduction of a state variable, but others do not like the use of goto. ...
    (comp.lang.c)