Execute a Markov algorithm: Difference between revisions

m
link to WP
(→‎Tcl: Added implementation)
m (link to WP)
Line 1:
{{Wikipedia|Markov_algorithm|en}}
 
{{task|Compilers and Interpreters}}Create an interpreter for a Markov Algorithm. Rules have the syntax:
Create an interpreter for a [[wp:Markov Algorithm|Markov Algorithm]]. Rules have the syntax:
<comment> ::= # {<any character>}
<rule> ::= <pattern> <whitespace> -> <whitespace> [.] <replacement>
Anonymous user