branch: externals/a68-mode
commit b875b36e2e87edad2493e9527c7340f1ec70b3a6
Author: Jose E. Marchesi <jose.march...@oracle.com>
Commit: Jose E. Marchesi <jose.march...@oracle.com>

    Document closed clause original precedence operator grammar rules
---
 a68-mode.el | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/a68-mode.el b/a68-mode.el
index 29b0866e30..44b28ed83a 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -488,7 +488,7 @@ with the equivalent upcased form."
              (secondary))
     (monadic-operand (monadic-formula)
                      (secondary))
-    ;; Enquiry clause:
+    ;; Enquiry clause.
     ;;  enquiry clause :
     ;;   series.
     (enquiry-clause (serial))
@@ -497,6 +497,15 @@ with the equivalent upcased form."
                      (choice-clause)
                      (loop-clause))
     ;; Closed clause.
+    ;;   closed or collateral clause :
+    ;;     begin, inner clause, end.
+    ;;   begin :
+    ;;     bold begin token ; brief begin token.
+    ;;   end :
+    ;;     bold end token ; brief end token.
+    ;;   inner clause :
+    ;;     serial clause ;
+    ;;     (joined portrait).
     (closed-clause ("begin" serial "end")
                    ("(" serial ")"))
     ;; Choice clauses

Reply via email to