src/pylib/pysugar/stmt/types

Search:
Group by:
Source   Edit  

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
    self.noParnMultiExecInExcept is bool
One implememted is PyAsgnRewriter in ./frame while its parsePyBody is in ./tonim Source   Edit