Execute a Markov algorithm: Difference between revisions

m
Ugh!
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>
Anonymous user