Here is a list of rules (see below) that are spread around the language design documents, but which lack a home in which they are systematically canonically defined.

I suggest they be added to the new S28 (which is possible if S28 is special-names, not special-variables)

Richard

Where can I find a list of rules that are provided by default?

I don't know that a canonical list exists. However, I can tell you what rules PGE provides by default
(these came from scraping various versions of the synopses,
apocalypses, and exigeses):

   <ident>
   <null>
   <fail>
   <upper>
   <lower>
   <alpha>
   <digit>
   <xdigit>
   <space>
   <print>
   <graph>
   <blank>
   <cntrl>
   <punct>
   <alnum>
   <sp>
   <lt>
   <gt>
   <dot>
   <ws>
   <wb>
   <before>
   <after>

Pm


Reply via email to