meta-ast 0.7.0

Polyglot static-analysis engine: extract symbols and cross-language dependency graphs from 9 supported source languages, with optional MetaCall deployment manifest generation.
Documentation
1
2
3
4
5
6
7
8
def valid_function():
    pass

def broken_function(
    # missing closing paren and colon

def another_valid():
    return 42