• lectricleopard@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    19 hours ago

    A loop and a data structure to hold the result of parsing. The data structure will have a state you can interrogate. No need to build a state machine to explicitly name each way the parsing can develop.

      • lectricleopard@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 hours ago

        I think of a state machine as a hardware concept, not software. If all these conditions, transition to state 21. Then do a thing, if these conditions, transition to 38.