Skip to content

Commit

Permalink
add comments to parser
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Aug 22, 2023
1 parent 77839fd commit df4ab1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lphy/src/main/java/lphy/core/parser/LPhyListenerImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ public Object visitMapFunction(MapFunctionContext ctx) {
return generator;
}

/**
/**TODO have renamed to visitMethodCall
* @param ctx
* @return a Value or an Expression.
*/
Expand Down Expand Up @@ -705,7 +705,7 @@ public Object visitObjectMethodCall(ObjectMethodCallContext ctx) {
}
}

/**
/**TODO have renamed to visitFunction
* @param ctx
* @return a Value or an Expression.
*/
Expand Down

0 comments on commit df4ab1f

Please sign in to comment.