Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
4ba1944a
Commit
4ba1944a
authored
Feb 02, 2018
by
Sarah Grebing
Browse files
Bugfix for variable decllaration and assignment
parent
f51974f3
Pipeline
#17792
failed with stages
in 66 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rt/src/main/java/edu/kit/iti/formal/psdbg/interpreter/Interpreter.java
View file @
4ba1944a
...
...
@@ -140,6 +140,7 @@ public class Interpreter<T> extends DefaultASTVisitor<Object>
if
(
fireVariableAssignmentHook
(
node
,
var
.
getIdentifier
(),
v
))
{
node
.
setVariableValue
(
var
,
v
);
}
node
.
setVariableValue
(
var
,
v
);
}
}
exitScope
(
assignmentStatement
);
...
...
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