asterisk 0.1.0

Universal language-agnostic AST walking and accurate call stack generation with tree-sitter
Documentation
1
2
3
4
5
6
from calc1 import Calc as FakeCalc
from a import b

def main():
    c = FakeCalc()
    print(c.add(1, 2))