<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nineties</author_name>
  <author_url>https://blog.hatena.ne.jp/nineties/</author_url>
  <blog_title>ブートストラッピングでコンパイラを作る日記</blog_title>
  <blog_url>https://nineties.hatenadiary.org/</blog_url>
  <categories>
    <anon>rowl</anon>
  </categories>
  <description>ローカルタプル rowlのタプルは非ボックス化型とした。 こんな感じで書くと、レジスタもしくはスタック上にタプルが構築される。 x : (1, (2, 3));ボックス化したいときはC++のnewのように明示的に書くことにする(syntaxなど考え中)。 パターンマッチング タプルの中身取り出すときはパターンマッチで取り出す。 x : (1, (2, 3)); (_, y) : x; (z, _) : y;とかくとyが(2,3)、zが2で初期化される。 x : (1, (2, 3)); (_, (z, _)): x;のようにネストしたパターンもOK。 タプルの特定の値を書き換える構文はまだ作っ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnineties.hatenadiary.org%2Fentry%2F20100327%2F1269705273&quot; title=&quot; タプル関係の実装をした - ブートストラッピングでコンパイラを作る日記&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>2010-03-27 00:54:33</published>
  <title> タプル関係の実装をした</title>
  <type>rich</type>
  <url>https://nineties.hatenadiary.org/entry/20100327/1269705273</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
