-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#297 Allow uppercase Modula identifiers to contain digits.
- Loading branch information
1 parent
d0ef4d2
commit 7b0a1d7
Showing
5 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
INTERFACE Issue297; | ||
|
||
TYPE | ||
INTEGER32 = [-16_7fffffff-1 .. 16_7fffffff]; | ||
|
||
END Issue297. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
0 400 400 INTERFACE Issue297; | ||
1 400 400 | ||
0 400 400 TYPE | ||
0 400 400 INTEGER32 = [-16_7fffffff-1 .. 16_7fffffff]; | ||
1 400 400 | ||
0 400 3ff END Issue297. | ||
1 3ff 3ff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{4}INTERFACE{0} Issue297{16};{0} | ||
|
||
{4}TYPE{0} | ||
INTEGER32 {16}={0} {16}[-{7}16_7fffffff{16}-{6}1{0} {16}..{0} {7}16_7fffffff{16}];{0} | ||
|
||
{4}END{0} Issue297{16}.{0} |