Masatake YAMATO

Results 140 issues of Masatake YAMATO

Though the help messages printed with `-H filter` say they lists, they are not. They are strings in the current implementation.

After studying ctags for a long time, I have recognized what users, including myself, want is the way to define a "line-oriented stateful regex parser." Currently, we have three: *...

The code in debug.c uses stdout. The buffering of stdout makes the debug output impossible to be compared. _Originally posted by @masatake in https://github.com/universal-ctags/ctags/issues/3798#issuecomment-1683005724_

Suddenly https://github.com/naoina/toml/issues/50 is gone. Is it possible to salvage the issue?

The `-input` option is handy. However, the `-help` option doesn't work, so there is no way to know about it. I wonder whether we should use `Logger` to print the...

See https://github.com/bootlin/elixir/issues/221 . input.mak: ```Makefile CPPFLAGS = -DOUTPUT=stdout foo.o: foo.c $(CC) $(CPPFLAGS) $< ``` Output: ``` $ ./ctags --extras-Make='+{CppDef}' --fields=+lE -o - input.mak CPPFLAGS input.mak /^CPPFLAGS = -DOUTPUT=stdout$/;" m language:Make...

* extract macros assigned with != operator * skip override directive

Pegof is a PEG grammar optimizer and formatter developed at https://github.com/dolik-rce/pegof. This change is for utilizing pegof for optimizing our peg based parsers. We assume pegof is installed at ${somewhere}/pegof....