wright

Module ast

Source
Available on crate feature ast-models only.
Expand description

Modulesยง

  • Identifiers are used throughout wright as variable names, type names, function names, etc. Their modeling is pretty simple, and is defined here.
  • AST node models representing literal values in source code.
  • Paths are used in import statements, and can take the place of an Identifier in many people.