Closed igravious closed 7 years ago
Not that I know of. Is this really an infix expression? Maybe a more traditional parser would be appropriate here?
It's an infix expression in the lambda calculus. Concatenation via white-space is a left associative operator.
Well then you seem to know it all. I suggest you ask on stack overflow, answers are really good there.
I have
But what I actually want is for the
function
rule to be followed for the left hand side and theargument
rule to be followed for the right.Is there a simple way of doing this that I'm not seeing?