]> git.tdb.fi Git - libs/gl.git/commitdiff
Further refactor the resolving process in SL::Compiler
authorMikko Rasa <tdb@tdb.fi>
Sun, 7 Mar 2021 10:58:23 +0000 (12:58 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 7 Mar 2021 13:16:19 +0000 (15:16 +0200)
There's now five different types of resolve operations, many of which
depend on some others.  Better put the logic in one place to keep it
straight.

This also includes some rearrangements to the resolver classes to have
all of them return a boolean indicating if anything was done.


No differences found