Add ldscript parser
commit7943b7d9ec47805caac6b071ca13da4a73c14326
authorJiří Techet <techet@gmail.com>
Sat, 27 Apr 2024 08:52:19 +0000 (27 10:52 +0200)
committerJiří Techet <techet@gmail.com>
Sat, 27 Apr 2024 18:54:24 +0000 (27 20:54 +0200)
tree9d3d4a4d92707a28e0ec9c27e302a0b00685955c
parentbaaed02db0c345da0034d7f87fa3aa8c2f55b753
Add ldscript parser

The parser isn't used by Geany itself but is started from within
the cxx parser and the asm parser which don't run correctly
without it.
ctags/Makefile.am
ctags/parsers/ldscript.c [new file with mode: 0644]
meson.build
src/tagmanager/tm_parser.c
src/tagmanager/tm_parser.h
src/tagmanager/tm_parsers.h