<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ytqwerty</author_name>
  <author_url>https://blog.hatena.ne.jp/ytqwerty/</author_url>
  <blog_title>Note</blog_title>
  <blog_url>https://ytqwerty.hatenadiary.org/</blog_url>
  <categories>
    <anon>Thebe</anon>
    <anon>Parser</anon>
  </categories>
  <description>昨日、コンパイラⅠを立ち読みしてきました。(た、高いですからね、つ、Ⅱは持ってるんですよっ) 忘れないうちにメモを残しておきます。 集合構成法では、位置の集合を状態とし、状態と次の文字から次の状態を引けるような表を作るようです。例えば、次のような正規表現があったとします。 [0-9]+|0x[0-9a-fA-F]+ 最初の位置を、orとか考慮した上で(ε遷移と呼ぶらしい)まとめて、最初の状態とします。 (┃[0-9]+)|(┃0x[0-9a-fA-F]+) 取りうる全ての文字に対して移動先(とそこからε遷移する先)を求めます。 0 : (┃[0-9]+)|(0┃x[0-9a-fA-F]+)┃(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fytqwerty.hatenadiary.org%2Fentry%2F20040621%2Fp1&quot; title=&quot; 部分集合構成法 - Note&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>2004-06-21 00:00:00</published>
  <title> 部分集合構成法</title>
  <type>rich</type>
  <url>https://ytqwerty.hatenadiary.org/entry/20040621/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
