Special regular chars are regular characters that can be added to the specification
of Gobstones words to identify particular non-keyword identifiers as uppercase or lowercase --
see BasicSpecialRegularChars documentation for an explanation of basic special regular
chars, and WordsDef for an explanation of casing and its importance in Gobstones.
It constitutes one of the elements of the WordsDef interface.
Uppercase sigil chars are particular regular characters that appear at the start of a
non_keyword identifier to indicate it will be considered as an uppercase identifier by the
Gobstones lexer.
Lowercase sigil chars are the lowercase counterpart of the previous group.
It is added for redundancy, as all characters that are not identified as Uppercase are
considered lowercase...
Special regular chars are regular characters that can be added to the specification of Gobstones words to identify particular non-keyword identifiers as uppercase or lowercase -- see BasicSpecialRegularChars documentation for an explanation of basic special regular chars, and WordsDef for an explanation of casing and its importance in Gobstones.
It constitutes one of the elements of the WordsDef interface.
Uppercase sigil chars are particular regular characters that appear at the start of a non_keyword identifier to indicate it will be considered as an uppercase identifier by the Gobstones lexer.
Lowercase sigil chars are the lowercase counterpart of the previous group. It is added for redundancy, as all characters that are not identified as Uppercase are considered lowercase...