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
00cb6c27
Commit
00cb6c27
authored
Nov 06, 2016
by
Henning Glawe
Browse files
set kindStr to 'type_section' for struct/flag datatypes
parent
352a37af
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-fplo/FploInputParser.py
View file @
00cb6c27
...
...
@@ -299,8 +299,13 @@ class AST_datatype_struct(AST_datatype):
for
src_child
in
src_block
.
child
:
self
.
append
(
src_child
)
def
nomad_kindStr
(
self
):
return
'type_section'
class
AST_datatype_flag
(
AST_datatype_struct
):
pass
def
nomad_kindStr
(
self
):
return
'type_section'
class
AST_declaration
(
AST_node
):
...
...
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