You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These patches amend identifier validation to allow digits. The affected condition has also been re-expressed from a double negative to a negated OR by application of De Morgan's laws of equivalency:
LexModula does not anticipate alphanumeric uppercase identifiers that happen to contain standard type names, e.g.,
Text
Styles
"INTEGER32" and similar are attested in GNU's implementation of ISO Modula-2 as fixed-width integral types provided by the
SYSTEM
module : https://gcc.gnu.org/onlinedocs/gm2/gm2-libs-iso_002fSYSTEM.htmlThese patches amend identifier validation to allow digits. The affected condition has also been re-expressed from a double negative to a negated
OR
by application of De Morgan's laws of equivalency:0001-gh-297-Allow-uppercase-Modula-identifiers-to-contain-digits.patch.txt
0002-gh-297-Test-uppercase-Modula-identifiers-to-contain-digits.patch.txt
The text was updated successfully, but these errors were encountered: