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 --- .../index.html | 6 + docs/posts/phperkaigi-2021/index.html | 7 ++ docs/posts/python-unbound-local-error/index.html | 6 + .../ruby-detect-running-implementation/index.html | 5 + .../posts/ruby-then-keyword-and-case-in/index.html | 6 + .../rust-where-are-primitive-types-from/index.html | 5 + .../index.html | 5 + .../vim-swap-order-of-selected-lines/index.html | 5 + docs/sitemap.xml | 38 +++++- docs/tags/conference/index.html | 121 ++++++++++++++++++ docs/tags/conference/index.xml | 32 +++++ docs/tags/conference/page/1/index.html | 1 + docs/tags/cpp/index.html | 111 +++++++++++++++++ docs/tags/cpp/index.xml | 22 ++++ docs/tags/cpp/page/1/index.html | 1 + docs/tags/cpp17/index.html | 111 +++++++++++++++++ docs/tags/cpp17/index.xml | 22 ++++ docs/tags/cpp17/page/1/index.html | 1 + docs/tags/index.xml | 102 ++++++++++++++- docs/tags/php/index.html | 121 ++++++++++++++++++ docs/tags/php/index.xml | 32 +++++ docs/tags/php/page/1/index.html | 1 + docs/tags/phperkaigi/index.html | 121 ++++++++++++++++++ docs/tags/phperkaigi/index.xml | 32 +++++ docs/tags/phperkaigi/page/1/index.html | 1 + docs/tags/python/index.html | 115 +++++++++++++++++ docs/tags/python/index.xml | 26 ++++ docs/tags/python/page/1/index.html | 1 + docs/tags/python3/index.html | 115 +++++++++++++++++ docs/tags/python3/index.xml | 26 ++++ docs/tags/python3/page/1/index.html | 1 + docs/tags/ruby/index.html | 132 ++++++++++++++++++++ docs/tags/ruby/index.xml | 40 ++++++ docs/tags/ruby/page/1/index.html | 1 + docs/tags/ruby3/index.html | 113 +++++++++++++++++ docs/tags/ruby3/index.xml | 24 ++++ docs/tags/ruby3/page/1/index.html | 1 + docs/tags/rust/index.html | 116 +++++++++++++++++ docs/tags/rust/index.xml | 27 ++++ docs/tags/rust/page/1/index.html | 1 + docs/tags/vim/index.html | 138 +++++++++++++++++++++ docs/tags/vim/index.xml | 46 +++++++ docs/tags/vim/page/1/index.html | 1 + 43 files changed, 1836 insertions(+), 3 deletions(-) create mode 100644 docs/tags/conference/index.html create mode 100644 docs/tags/conference/index.xml create mode 100644 docs/tags/conference/page/1/index.html create mode 100644 docs/tags/cpp/index.html create mode 100644 docs/tags/cpp/index.xml create mode 100644 docs/tags/cpp/page/1/index.html create mode 100644 docs/tags/cpp17/index.html create mode 100644 docs/tags/cpp17/index.xml create mode 100644 docs/tags/cpp17/page/1/index.html create mode 100644 docs/tags/php/index.html create mode 100644 docs/tags/php/index.xml create mode 100644 docs/tags/php/page/1/index.html create mode 100644 docs/tags/phperkaigi/index.html create mode 100644 docs/tags/phperkaigi/index.xml create mode 100644 docs/tags/phperkaigi/page/1/index.html create mode 100644 docs/tags/python/index.html create mode 100644 docs/tags/python/index.xml create mode 100644 docs/tags/python/page/1/index.html create mode 100644 docs/tags/python3/index.html create mode 100644 docs/tags/python3/index.xml create mode 100644 docs/tags/python3/page/1/index.html create mode 100644 docs/tags/ruby/index.html create mode 100644 docs/tags/ruby/index.xml create mode 100644 docs/tags/ruby/page/1/index.html create mode 100644 docs/tags/ruby3/index.html create mode 100644 docs/tags/ruby3/index.xml create mode 100644 docs/tags/ruby3/page/1/index.html create mode 100644 docs/tags/rust/index.html create mode 100644 docs/tags/rust/index.xml create mode 100644 docs/tags/rust/page/1/index.html create mode 100644 docs/tags/vim/index.html create mode 100644 docs/tags/vim/index.xml create mode 100644 docs/tags/vim/page/1/index.html (limited to 'docs') 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 の構文上の要件を満たさないような代替トークン」はこれらが当てはまると思われる。

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

+