<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>今日も浅く広く。浅広。なんとも楽しげなツールがある。その名もflex/bison。なんと、自作言語を作れちゃうのだ。聞いたことはあったけど、使ったことは無い。さて、事始めにlexを試します。lexは字句解析担当です。受け取ったデータをトークン(字句)に分けると。 hello.l %{ #include &lt;stdio.h&gt; %} %% [0-9]+ printf(&quot;[NUMBER]&quot;); [a-zA-Z]+ printf(&quot;[WORD]&quot;); %% %{ 〜 %}までにC言語の宣言部分を書いて。%%〜%%までに字句解析を入れると。ふむふむ。 Makefile コンパイルが面倒なので、Makefi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20070304%2F1172941132&quot; title=&quot; flexで遊ぶ。 - ボクノス&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>2007-03-04 01:58:52</published>
  <title> flexで遊ぶ。</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20070304/1172941132</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
