Tagged Questions

4
votes
4answers
69 views

What are the ramifications of right-to-left and left-to-right associativity in C based languages?

I'm in the process of writing a scripting language and I want to copy the (pretty well standardized) C order of operations. One thing that I never had a firm grasp of as a formal concept though is ...