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
9
#include "utils.hpp"

int divide(int a, int b) {
    return a / b;
}

namespace {
    int hidden() { return 0; }
}