Skip to content
Prev Previous commit
Next Next commit
resolved the conflict in CreateASTVisitor
  • Loading branch information
rajshivu committed Feb 15, 2026
commit 4969ce5022b555008fdec86df9b7031e649bd410
Comment thread
rajshivu marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ else if (rc instanceof LitContext)
return create(((LitContext) rc).literal());
else if (rc instanceof VarContext) {
return new Var(((VarContext) rc).ID().getText());
} else if (rc instanceof TargetInvocationContext) {
// TODO Finish Invocation with Target (a.len())
return null;
} else if (rc instanceof ResultContext) {
return new Var("$result");
} else if (rc instanceof InvocationContext) {
Expand Down