Expand description
Programmatic entry point to the AST builtins. Embedders typically go through the registered builtins, but tests and tools that want strongly-typed access can use these helpers directly.
Functionsยง
- outline
- Parse
pathand return a hierarchical outline. - symbols
- Parse
path(with optional language hint) and return its symbols. - symbols_
from_ source - Parse a source
strforlanguageand return its symbols. Useful for unit tests where the input lives in-memory rather than on disk.