From 1630f564cd0cd20440b38c142bdee70e99d15175 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 2 Mar 2022 20:17:25 +0900 Subject: attach tags to each post --- docs/posts/cpp-you-can-use-keywords-in-attributes/index.html | 6 ++++++ docs/posts/phperkaigi-2021/index.html | 7 +++++++ docs/posts/python-unbound-local-error/index.html | 6 ++++++ docs/posts/ruby-detect-running-implementation/index.html | 5 +++++ docs/posts/ruby-then-keyword-and-case-in/index.html | 6 ++++++ docs/posts/rust-where-are-primitive-types-from/index.html | 5 +++++ .../index.html | 5 +++++ docs/posts/vim-swap-order-of-selected-lines/index.html | 5 +++++ 8 files changed, 45 insertions(+) (limited to 'docs/posts') diff --git a/docs/posts/cpp-you-can-use-keywords-in-attributes/index.html b/docs/posts/cpp-you-can-use-keywords-in-attributes/index.html index 874ddcb..21411bc 100644 --- a/docs/posts/cpp-you-can-use-keywords-in-attributes/index.html +++ b/docs/posts/cpp-you-can-use-keywords-in-attributes/index.html @@ -156,6 +156,12 @@ $ clang++ –std=c++17 hoge.cpp

identifier の構文上の要件を満たさないような代替トークン」はこれらが当てはまると思われる。

調べた感想: 字句解析器か構文解析器が辛そう

+