summaryrefslogtreecommitdiffhomepage
path: root/services/blog/public/posts/2025-05-05
diff options
context:
space:
mode:
Diffstat (limited to 'services/blog/public/posts/2025-05-05')
-rw-r--r--services/blog/public/posts/2025-05-05/make-tiny-self-hosted-c-compiler/index.html38
1 files changed, 37 insertions, 1 deletions
diff --git a/services/blog/public/posts/2025-05-05/make-tiny-self-hosted-c-compiler/index.html b/services/blog/public/posts/2025-05-05/make-tiny-self-hosted-c-compiler/index.html
index 0bb69686..77fcb1f7 100644
--- a/services/blog/public/posts/2025-05-05/make-tiny-self-hosted-c-compiler/index.html
+++ b/services/blog/public/posts/2025-05-05/make-tiny-self-hosted-c-compiler/index.html
@@ -15,7 +15,7 @@
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>セルフホスト可能な C コンパイラを作った|REPL: Rest-Eat-Program Loop</title>
- <link rel="stylesheet" href="/style.css?h=899271ae83285479ca025cc358975c53">
+ <link rel="stylesheet" href="/style.css?h=f4a12de8fc55ef1668e211e6c6db4ade">
</head>
<body class="single">
<header class="header">
@@ -49,6 +49,42 @@
</li>
</ul>
</header>
+ <nav class="toc">
+ <h2>目次</h2>
+ <ul>
+ <li>
+ <a href="#section--intro">はじめに</a>
+ </li>
+ <li>
+ <a href="#section--regulation">レギュレーション</a>
+ </li>
+ <li>
+ <a href="#section--design">設計</a>
+ <ul>
+ <li>
+ <a href="#section--design--language-features">言語機能</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#section--development">開発</a>
+ <ul>
+ <li>
+ <a href="#section--development--day1">1日目 (2025-05-03)</a>
+ </li>
+ <li>
+ <a href="#section--development--day2">2日目 (2025-05-03)</a>
+ </li>
+ <li>
+ <a href="#section--development--day3">3日目 (2025-05-03)</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#section--outro">おわりに</a>
+ </li>
+ </ul>
+ </nav>
<div class="post-content">
<section id="changelog">
<h2><a href="#changelog">更新履歴</a></h2>