Execute a Markov algorithm: Difference between revisions

Content deleted Content added
m link to WP
m Ugh!
Line 2:
 
{{task|Compilers and Interpreters}}
Create an interpreter for a [[wp:Markov Algorithmalgorithm|Markov Algorithm]]. Rules have the syntax:
<comment> ::= # {<any character>}
<rule> ::= <pattern> <whitespace> -> <whitespace> [.] <replacement>