<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>htz</author_name>
  <author_url>https://blog.hatena.ne.jp/htz/</author_url>
  <blog_title>ほんまの走り書き技術メモ</blog_title>
  <blog_url>https://htz.hatenadiary.jp/</blog_url>
  <categories>
    <anon>c</anon>
    <anon>programing</anon>
  </categories>
  <description>Brainfuckという難解言語はご存じだろうか？ '&gt;', ' チューリング完全なチューリングマシンである。 Brainfuckの言語仕様 &gt; ポインタをインクリメントする。ポインタをptrとすると、C言語の「ptr++;」に相当する。 C言語の「ptr--;」に相当。 + ポインタが指す値をインクリメントする。C言語の「(*ptr)++;」に相当。 - ポインタが指す値をデクリメントする。C言語の「(*ptr)--;」に相当。 . ポインタが指す値を出力する。C言語の「putchar(*ptr);」に相当。 , 1バイトを入力してポインタが指す値に代入する。C言語の「*ptr=getcha…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhtz.hatenadiary.jp%2Fentry%2F20090227%2F1235711684&quot; title=&quot;Brainfuckインタプリタを作った - ほんまの走り書き技術メモ&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>2009-02-27 14:14:44</published>
  <title>Brainfuckインタプリタを作った</title>
  <type>rich</type>
  <url>https://htz.hatenadiary.jp/entry/20090227/1235711684</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
