Execute a Markov algorithm: Difference between revisions

m
no edit summary
m (→‎{{header|Haskell}}: Phooey, signatures don't work in comments.)
mNo edit summary
Line 40:
 
'''Ruleset 3:'''<br>
A stretch goal. This tests the for correct substitution order and may trap simple regexp based replacement routines if special regexp characters are not escaped.
<pre># BNF Syntax testing rules
A -> apple
Anonymous user