Talk:Execute a Markov algorithm: Difference between revisions

(→‎lede too long: layout and style)
Line 144:
:I think that should solve the problem... --[[User:Short Circuit|Michael Mol]] 19:38, 18 December 2009 (UTC)
:: This leads leads me to suspect we should [[Village Pump:Task Layout and Style|start discussing task layout and style]]. --[[User:Short Circuit|Michael Mol]] 19:41, 18 December 2009 (UTC)
 
== Is the pattern greedy or conservative? ==
In the rule:
foo -> -> bar
Is the pattern <code>foo -></code>, and the replacement <code>bar</code>; or is the pattern <code>foo</code>, and the replacement <code>-> bar</code>? <br>
What should be the right answer, and does the BNF express it? --[[User:Paddy3118|Paddy3118]] 22:30, 18 December 2009 (UTC)
Anonymous user