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/fltkada.html | 3 ++- project/templates/grasp.html | 3 ++- project/templates/packrat.html | 3 ++- project/templates/steelman.html | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/project/templates/fltkada.html b/project/templates/fltkada.html index 2d7185b..f7f88a6 100644 --- a/project/templates/fltkada.html +++ b/project/templates/fltkada.html @@ -88,7 +88,8 @@ intended use is to declare FLTK objects on the stack. Allocation and deallocatio internals is handled automatically.

A few other minor changes were involved, such as requiring widgets to be explicitly added to a -group rather than implicitly being added to the last group not yet ended. At the moment the package specifications should provide sufficient information to allow programmers to work with the library. +group rather than implicitly being added to the last group not yet ended. At the moment the package +specifications should provide sufficient information to allow programmers to work with the library.

{% endblock %} diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 03a328d..6abdb5a 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -52,7 +52,8 @@ what edges are available.

The language seemed like an interesting enough idea, but unfortunately nobody had done anything with it, and there was only a specification. This has now been fixed. The interpreter currently -uses a subset of the DOT graph description language for the file format, to enable a text format as well as relatively easy +uses a subset of the DOT graph +description language for the file format, to enable a text format as well as relatively easy conversion to a graph image.

The above example is recorded as follows:

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: