(name)
| 14958 | } |
| 14959 | |
| 14960 | function rightAssociative(name) { |
| 14961 | return createRule(infixRules.untilInclusive(name)); |
| 14962 | } |
| 14963 | |
| 14964 | function createRule(infixRules) { |
| 14965 | return apply.bind(null, infixRules); |
nothing calls this directly
no test coverage detected