Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
pymsc
Commits
291c7bce
Commit
291c7bce
authored
Jun 09, 2016
by
Maxime Perrotin
Browse files
Fix condition box yacc syntax
parent
10211c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
mscparser/mscparser.py
View file @
291c7bce
...
...
@@ -422,7 +422,7 @@ class MscParser:
# X.X Conditions (TODO CHECK CHAPTER IN MSC STANDARD)
#**************************************************************************
def
p_condition
(
self
,
p
):
u
"""condition_statement : CONDITION
'NAME'
"""
u
"""condition_statement : CONDITION
CHARSTRING
"""
self
.
makerMsc
.
newCondition
(
p
[
2
],
self
.
makerMsc
.
Condition
)
#*************************************************************************
...
...
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