Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
はいの場合、なぜそうなのですか?右結合性は後置式に有効ではありませんか?
結合性は後置式には関係ありません。
中置比較x^y^z(右結合):
x^y^z
xyz ^ ^
インフィックス付きx + y + z(左結合):
x + y + z
xy + z +
後置 (および前置) 表記の利点の 1 つは、解決するために結合規則を必要とする中置表記によって生じるあいまいさを排除することです。