]> git.ipfire.org Git - thirdparty/vala.git/commit
WIP parser: Create bi-directional list of source-references for source-file
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 9 Apr 2020 18:35:23 +0000 (20:35 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 9 Apr 2020 18:35:23 +0000 (20:35 +0200)
commite86114d26133f5b62702cb3bece20ae84f84c24a
tree8ee4947233d974cd3549fa4b0f2ac0d1264d1257
parent1a3f054ec71ebfc67bdde5fb612929eae1ff06f0
WIP parser: Create bi-directional list of source-references for source-file

Add first/last source-reference to SourceFile as starting point and
prev/next source-reference to SourceReference to walk through the created
syntax-tree.
vala/valaparser.vala
vala/valasourcefile.vala
vala/valasourcereference.vala