(name)
| 14954 | } |
| 14955 | |
| 14956 | function leftAssociative(name) { |
| 14957 | return createRule(infixRules.untilExclusive(name)); |
| 14958 | } |
| 14959 | |
| 14960 | function rightAssociative(name) { |
| 14961 | return createRule(infixRules.untilInclusive(name)); |
nothing calls this directly
no test coverage detected