Types
PySyntaxProcesser = concept var self parsePyBodyWithDoc(self, NimNode) is NimNode parsePyBodyWithDoc(self, NimNode, var NimNode) is NimNode parsePyExpr(self, NimNode) is NimNode self.supportGenerics is bool self.dedentDoc is bool
- One implememted is PyAsgnRewriter in ./frame while its parsePyBody is in ./tonim Source Edit