Masatake YAMATO
Masatake YAMATO
I must redefine the semantics of the scope field: ``` def foo(): a.b() ``` In this case, for the reference tag `b`, how the scope filed should be: `scope:foo` or...
Versioning and updating the man page for Python are needed for merging.
@vhda, I wonder whether you have an interest to introduce trashBox to vhdl.c. Comparing to fortran.c vhdl is small. So I hope introducing trashBox is not so difficult. What I...
In my understanding trashbox is similar to what @dtikhonov wrote. @b4n, I'm not quite sure, too:) We don't have to be afraid of larger change. Howerver, we have to make...
@b4n, I have a question. Could you tell me the relationship between the issue of trashBox you pointed out and memory pool. In my understanding memory pool is more implicit...
Could you look at the latest comit? I have not introduced things discussed here: trashBoxAlloc(== mempool) and trashBoxFree yet. I introduce new interface between parser.c and each parser; I lift...
I applied the new interface fortran.c. The memory leak reported by valgrind is gone. However, the interface doesn't well fit to fortran.c. jmp_buf passed from upper layer is not used...
Ada still uses longjmp.
Could you look at http://docs.ctags.io/en/latest/units.html ?
After getting your pull request. I would like you to allow me to rearrange your code. I would like to introduce language named OpenUI5 based on your pull request. Backgroupd:...