caterinaurban / Typpete

34 stars 6 forks source link

Support __call__ #18

Closed mostafa-abdullah closed 7 years ago

mostafa-abdullah commented 7 years ago

The only thing left to completely support IMP interpreter is to support the built in __call__.

This works by adding disjunctions for calls to include instances of classes which implement __call__.