<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>oraccha</author_name>
  <author_url>https://blog.hatena.ne.jp/oraccha/</author_url>
  <blog_title>Plan9日記</blog_title>
  <blog_url>https://oraccha.hatenadiary.org/</blog_url>
  <categories>
    <anon>Inferno</anon>
  </categories>
  <description>Limboのcase文はCのswitch文よりもシェルのcaseのパターンマッチングに近い。breakを書く必要はない。以下はyacc.bから引数処理のコード。Argモジュールが使われている。先頭からマッチングしていき、'*'はワイルドカード。 arg := Arg.init(argv); while(c := arg.opt()){ case c{ 'v' or 'V' =&gt; vflag++; 'D' =&gt; yydebug = arg.arg(); 'd' =&gt; dflag++; 'n' =&gt; stacksize = int arg.arg(); 'o' =&gt; ytab++; ytabc =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Foraccha.hatenadiary.org%2Fentry%2F20080220%2F1203434575&quot; title=&quot; case文と引数処理 - Plan9日記&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>2008-02-20 00:22:55</published>
  <title> case文と引数処理</title>
  <type>rich</type>
  <url>https://oraccha.hatenadiary.org/entry/20080220/1203434575</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
