Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
ArtistAn analog clock face, but each number is itself another clock face with its own hands.
Breakouts in the transition branches of the main FSM do call the slave FSM, which has its own state register (like a coroutine) or message queue. The lexer FSM thus calls the parser FSM incrementally, which syllablizes the character stream presented to the outer FSM. Chains of nodes having hash keys recognise the syllables, and build the Markov weightings. The prompt follows the same dataflow but uses the true-random number generator to follow (rather than increment) the Markov weightings.