-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gnat.adc, tidy code, fix handling of cmd options.
- Loading branch information
Showing
5 changed files
with
103 additions
and
82 deletions.
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,11 @@ | ||
pragma Detect_Blocking; | ||
pragma License (GPL); | ||
-- pragma Restrictions (No_Direct_Boolean_Operators); | ||
pragma Restrictions (No_Implicit_Dynamic_Code); | ||
pragma Style_Checks ("r"); -- require consistency of identifier casing | ||
pragma Style_Checks ("B"); -- Check Boolean operators | ||
pragma Style_Checks ("e"); -- Check end/exit labels. | ||
pragma Style_Checks ("I"); -- check mode IN keywords. | ||
pragma Style_Checks ("k"); -- All keywords must be in lower case | ||
pragma Style_Checks ("n"); -- Check casing of entities in Standard. | ||
pragma Style_Checks ("x"); -- Check extra parentheses. |
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
Oops, something went wrong.