Module starlark::syntax

source ·
Expand description

The AST of Starlark as AstModule, along with a parse function.

Structs

  • A load statement loading zero or more symbols from another module.
  • A representation of a Starlark module abstract syntax tree.
  • Starlark language features to enable, e.g. Standard to follow the Starlark standard.

Enums