convert interpreters to methods of objects
pepegar opened this issue · comments
Pepe García commented
Currently we're using classes that extend InterpTrans
. We don't need to create those classes, we could just create objects that expose a single method (potentially implicit) that returns an InterpTrans
instance.
Liván Frómeta commented
I can help you with this issue.