Jeremy Bruestle wrote:
First in regards to Orlando, thanks for the info, I understood most,
but not all of the discussion.  My only direct comment is that in
regards to left vs right associativity, I would say, if the user says
M = M 'x' m | m, it should be left associative, if the user say M = m
'x' M | 'm', it should be right associative, it the user says M = M
'x' M, whichever is more natural for the algorithm is fine by me.

Yes. To me, having M <- M 'x' M / 'm' produce a left associative tree seems the natural, expected way.


_______________________________________________
PEG mailing list
PEG@lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/peg

Reply via email to