perlang-org / perlang

The Perlang Programming Language
https://perlang.org
MIT License
16 stars 1 forks source link

(interpreter) Use `VisitorBase` everywhere applicable #459

Closed perlun closed 4 months ago

perlun commented 4 months ago

This is a preparation for other changes coming, where we add a new IVisitor<Stmt> method. Doing this is easier if VisitorBase is used everywhere possible, since it means we only have to add the implementation to the base class.