diff options
Diffstat (limited to 'services/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html')
| -rw-r--r-- | services/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/services/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html b/services/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html index 55a05c16..7c98dda9 100644 --- a/services/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html +++ b/services/blog/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html @@ -15,7 +15,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>PHPerKaigi 2023: ボツになったトークン問題 その 3|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"> @@ -52,6 +52,37 @@ </li> </ul> </header> + <nav class="toc"> + <h2>目次</h2> + <ul> + <li> + <a href="#section--intro">はじめに</a> + </li> + <li> + <a href="#section--quiz">問題</a> + </li> + <li> + <a href="#section--commentary">解説</a> + <ul> + <li> + <a href="#section--commentary--summary">概要</a> + </li> + <li> + <a href="#section--commentary--chain-of-exceptions">例外オブジェクトの連鎖</a> + </li> + <li> + <a href="#section--commentary--output">出力部の解析</a> + </li> + <li> + <a href="#section--commentary--data-construction">データ構成部の解析</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> |
