From f7673a44ecb497f9d9496bb5a3b2217b8a9fe74c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 14 Jul 2021 17:41:24 +1200 Subject: Fixed minor source formatting errors --- project/templates/packrat.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'project/templates/packrat.html') diff --git a/project/templates/packrat.html b/project/templates/packrat.html index 321b71c..ec516d3 100644 --- a/project/templates/packrat.html +++ b/project/templates/packrat.html @@ -123,7 +123,8 @@ then a clearer view immediately follows.

What is the condition? Exactly as described above for direct left recursion. Through comparing recursion counts with the amount of unconsumed input we determine that a result of no successful -parse can be calculated, and that the result is valid for reuse for any deeper recursion of the same combinator at that input position.

+parse can be calculated, and that the result is valid for reuse for any deeper recursion of the same +combinator at that input position.

From that can be derived: