Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fja
eval
Commits
7359f160
Commit
7359f160
authored
Apr 21, 2021
by
Vladimír Štill
Browse files
lib: Strip quotes from quoted terminals in CFG
parent
1d039475
Pipeline
#81095
passed with stage
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/parsing/parser.py
View file @
7359f160
...
...
@@ -228,7 +228,7 @@ class DFABuilder(DFAListener):
name
+=
str
(
value
)
i
+=
1
return
'"'
+
name
+
'"'
return
name
def
exitProduction
(
self
,
ctx
):
state
=
State
(
self
.
visitStatename
(
ctx
.
statename
(
0
)))
...
...
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