Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
c5caff8b
Commit
c5caff8b
authored
Oct 10, 2015
by
yoogx
Browse files
* Pragma_SPARK_Mode: new pragma, to generate SPARK_Mode pragma
parent
6c2b66fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-ada_tree-nutils.ads
View file @
c5caff8b
...
...
@@ -42,9 +42,9 @@ package Ocarina.Backends.Ada_Tree.Nutils is
type
Token_Type
is
(
-- Token name Token type
-- Keywords
Tok_Mod
,
-- MOD **** First Keyword
-- Token name Token type
-- Keywords
Tok_Mod
,
-- MOD **** First Keyword
Tok_Rem
,
-- REM
Tok_New
,
-- NEW
Tok_Abs
,
-- ABS
...
...
@@ -425,6 +425,7 @@ package Ocarina.Backends.Ada_Tree.Nutils is
Pragma_No_Return
,
Pragma_Preelaborate
,
Pragma_Priority
,
Pragma_SPARK_Mode
,
Pragma_Style_Checks
,
Pragma_Suppress
,
Pragma_Unreferenced
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment