teikalang / teika

MIT License
318 stars 7 forks source link

syntax: rename stree to ctree #189

Closed EduardoRFS closed 9 months ago

EduardoRFS commented 9 months ago

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 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.