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
3f137294
Commit
3f137294
authored
Nov 06, 2016
by
Henning Glawe
Browse files
add nomad_dtypeStr / nomad_kindStr methods to AST_datatype
parent
067ffa6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-fplo/FploInputParser.py
View file @
3f137294
...
...
@@ -275,7 +275,11 @@ class AST_section(AST_block):
class
AST_datatype
(
AST_node
):
pass
def
nomad_kindStr
(
self
):
return
None
def
nomad_dtypeStr
(
self
):
return
None
class
AST_datatype_primitive
(
AST_datatype
):
...
...
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