asterisk 0.1.0

Universal language-agnostic AST walking and accurate call stack generation with tree-sitter
Documentation
1
2
3
class Calc:
    def add(self, a, b):
        return a + b