<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sonota88</author_name>
  <author_url>https://blog.hatena.ne.jp/sonota88/</author_url>
  <blog_title>memo486</blog_title>
  <blog_url>https://memo88.hatenablog.com/</blog_url>
  <categories>
    <anon>vm2gol-v2</anon>
  </categories>
  <description>目次ページに戻る / 前 / 次 前回からの差分をまとめて見る 二項演算が右結合になっていたのを左結合に変えます。 例として 1 + 2 + 3 で見てみます。 変更前は [:+, 1, [:+, 2, 3]] となるようにパースされていて、最終的に機械語になって実行されるときには 2 + 3 1 + {2 + 3 の結果} という順番で実行されるようになっていました。 今回の変更により [:+, [:+, 1, 2], 3] となるようにパースされ、 1 + 2 {1 + 2 の結果} + 3 という順番で実行されるようになります。 なぜ変更するかという話で言えば、 v3 を作っているときに…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmemo88.hatenablog.com%2Fentry%2F20210407_vm2gol_v2_step57_left_assoc&quot; title=&quot;vm2gol v2 （57） 二項演算を左結合に変更 - memo486&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-04-07 07:22:49</published>
  <title>vm2gol v2 （57） 二項演算を左結合に変更</title>
  <type>rich</type>
  <url>https://memo88.hatenablog.com/entry/20210407_vm2gol_v2_step57_left_assoc</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
