Masatake YAMATO
Masatake YAMATO
We can use https://github.com/markfasheh/interval-tree/tree/master.
The initial implementation of the flag `{scope=interval}` works. ``` $ cat -n case.c 1 int 2 main(void) 3 { 4 switch (x) { 5 case A: 6 break; 7 case...
> Superb. Adding scope information for a custom regex-based tag, referencing the tag kinds already internally parsed by ctags, would be a great addition in my opinion. Yes. This is...
> Any hints to start off somewhere? u-ctags has a Yaml parser based on libyaml. See https://github.com/universal-ctags/ctags/blob/master/parsers/yaml.c. I wonder if your ctags executable is linked to libyaml. Try --list-features option:...
> I think A approach is ok. This is specific functionality to grab full/partial paths, fitting into subparser. Ok. Could you tell me more about "I18n ruby gem"? I think...
Thank you for your explanation. I found more questions. A. I think https://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/en.yml is a real example input file. Am I correct? If I'm correct, what string do you want...
About A, my understanding is that we can ignore the array (or sequence in Yaml) regardless of the position in a YAML tree structure. About B I would like to...
https://github.com/ruby-i18n/i18n looks like the reference.
Thank you. The last question is the name of parser. Do you have any idea? "I18NRubyGem" looks suitable for me. How do you think?
Thank you. I will make a prototype based on this discussion. We have one critical limitation. You must enable the "I18NRubyGem" manually when you want to use it. Any automatic...