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
29994629
Commit
29994629
authored
Jan 12, 2015
by
Arnaud Schach
Browse files
New command line option -t added for the API Python generation
Generation of the GNATColl and python files added
parent
222d275e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
tools/mknodes/parser.adb
View file @
29994629
This diff is collapsed.
Click to expand it.
tools/mknodes/parser.ads
View file @
29994629
...
...
@@ -250,6 +250,16 @@ private
procedure
W_Type_Attribute
(
A
:
String
;
T
:
String
);
procedure
W_With
(
P
:
String
);
procedure
W_Package_Body_Python
(
prefix
:
String
);
procedure
W_Attribute_Body_python
(
A
:
String
);
procedure
W_Attribute_Body_python
(
A
:
Types
.
Node_Id
);
procedure
W_Attribute_Register_python
(
A
:
String
;
prefix
:
String
);
procedure
W_Attribute_Register_python
(
A
:
Types
.
Node_Id
;
prefix
:
String
);
procedure
W_Package_Spec_Python
;
procedure
W_Python_Script
;
procedure
W_Attribute_Python_Script
(
A
:
String
);
procedure
W_Attribute_Python_Script
(
A
:
Types
.
Node_Id
);
------------------------
-- General facilities --
------------------------
...
...
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