Masatake YAMATO
Masatake YAMATO
Thank you for reporting. The original author of the C++ parser is absent these days. So I cannot give any advice quickly. So hereafter, I will write more generic advice....
I have studied "concepts" on the page https://cpprefjp.github.io/lang/cpp20/concepts.html (Japanese). I found supporting "concepts" is not an easy task. Extracting the definition of a concept may be simple. However, making the...
To docs/news/HEAD.rst, please add: ``` * Nix *optlib* by YOURNAME ```
Thank you.
Could you rebase your chnages on the latest code?
The `multiline regex` meta parser is a toy in many situations. The multi-table byte-oriented meta parser (--_tabledef-, and --_mtable-regex-) is the way to go. I don't know the Nix language...
Thank you. I should read the document before opening this issue. I'm using ctags and readtags commands directly. Therefore, I like `~/.cache/tags/` scheme. What citre does in `citre--encode-path-to-filename` and `citre--decode-filename-to-path`...
After thinking again, ~/.cache/tags/ is not only about citre but all tools related to tags files. We can assume it is a protocol between tags(5) generators and client tools. I...
I'm enjoying utilizing the default directory feature: ``` $ (cd ~/.cache/tags; du -h -c) 511G . 511G total ``` For making tag files in batch mode, I'm using shell functions...
The ways to support boolean fields are not consistent in various aspects.