What's New
Wolfram Language support (59 → 64 languages)
- Wolfram Language (
.wl,.wls) — vendors LumaKernel/tree-sitter-wolfram grammar (ABI 13) - Function extraction:
f[x_] := ...andf[x_] = ...at top-level and nested insideModule/Block - Call extraction:
applynodes with LHS-definition filtering (definition heads are not treated as calls) - Import extraction:
<< "file.wl"(get_top) andNeeds["Package"]` - Caller attribution fix:
compute_func_qnin the unified walker now resolves Wolfram function names fromapply(user_symbol("f"), ...)LHS, so CALLS edges are attributed to the enclosing function rather than the file module
MATLAB call extraction
- Added
function_callandcommandnode types to call extraction - Resolves function references like
inv(A),eig(M),disp helloin.mfiles
Lean 4 call extraction
- Added
applycall nodes with type-position filtering to exclude type annotation false positives
Windows linker fix
- Added
-Wl,--allow-multiple-definitionCGo LDFLAGS for Windows to work around a GCC 15.2.0 / MSYS2 UCRT64 regression