Teika currently has two Ttree one for Smol and another one for Teika, this makes navigating the codebase slightly more annoying, so here I rename Stree(Syntax Tree) to Ctree(Concrete Tree), unlocking Stree(Smol Tree) and Ttree(Teika Tree).
Maybe I should just move away from the single letter convention, but I'm lazy.
Goals
Unique tree names across the codebase.
Context
Teika currently has two
Ttree
one for Smol and another one for Teika, this makes navigating the codebase slightly more annoying, so here I renameStree
(Syntax Tree) toCtree
(Concrete Tree), unlockingStree
(Smol Tree) andTtree
(Teika Tree).Maybe I should just move away from the single letter convention, but I'm lazy.