]> git.tdb.fi Git - libs/gl.git/commitdiff
Rewrite syntax tree modifications
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 02:20:32 +0000 (04:20 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 03:02:28 +0000 (05:02 +0200)
BlockModifier left dangling pointers in various variable maps, which
started causing trouble when I wanted to print out the entire AST.
NodeRemover is now used for all removal operations and it properly
handles the maps.


No differences found