-
- Downloads
Implemented internal argument matching for internal function "rep".
This is required to have the same signature as in GnuR and to be able to make this function generic.
Showing
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/Repeat.java 184 additions, 125 deletions...n/src/com/oracle/truffle/r/nodes/builtin/base/Repeat.java
- com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/function/ArgumentMatcher.java 21 additions, 5 deletions.../com/oracle/truffle/r/nodes/function/ArgumentMatcher.java
- com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/function/call/PrepareMatchInternalArguments.java 81 additions, 0 deletions.../r/nodes/function/call/PrepareMatchInternalArguments.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test 5 additions, 0 deletions...est/src/com/oracle/truffle/r/test/ExpectedTestOutput.test
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/S4/TestS4.java 2 additions, 0 deletions...uffle.r.test/src/com/oracle/truffle/r/test/S4/TestS4.java
Loading
Please register or sign in to comment