Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
74bb67dd
Commit
74bb67dd
authored
Apr 18, 2018
by
di68kap
Browse files
bug fix: ebnf.py
parent
46992549
Changes
1
Hide whitespace changes
Inline
Side-by-side
DHParser/ebnf.py
View file @
74bb67dd
...
...
@@ -507,7 +507,7 @@ class EBNFCompiler(Compiler):
if
entry
not
in
symbols
and
not
entry
.
startswith
(
":"
):
messages
.
append
(
Error
((
'Symbol "%s" is not defined in grammar %s but appears in '
'the transformation table!'
)
%
(
entry
,
self
.
grammar_name
),
Error
.
UNDEFINED_SYMBOL_IN_TRANSFORMATION_TABLE
)
,
0
)
Error
.
UNDEFINED_SYMBOL_IN_TRANSFORMATION_TABLE
,
0
)
)
return
messages
...
...
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