Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-fplo
Commits
8d5a85d6
Commit
8d5a85d6
authored
Nov 09, 2016
by
Henning Glawe
Browse files
set 'repeats' flag in autogenerated nomadmetainfo for array declarations
parent
ba18d6fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-fplo/FploInputParser.py
View file @
8d5a85d6
...
...
@@ -357,6 +357,8 @@ class AST_declaration(AST_node):
' "name": "%s",
\n
'
+
' "superNames": [ "%s" ],
\n
'
)
%
(
thisname
,
thisname
,
namespace
))
if
self
.
child
[
0
]
is
not
None
:
output_file
.
write
(
' "repeats": true,
\n
'
)
if
kindStr
is
not
None
:
output_file
.
write
(
' "kindStr": "%s"
\n
'
%
(
kindStr
))
elif
dtypeStr
is
not
None
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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