Module srclang::ast

ast contains the abstract syntax tree for the src-lang.

Structs

  • Field:
  • Ident:
  • Keyword:

Enums

  • Kw:
  • Literal: An enum representing the different types of literals that can be used in an expression.
  • Node:
  • Operator: An enum representing the different operators that can be used in an expression.
  • Visibility: An enum representing the visibility of a field or method.

Traits

  • FieldVisitor:
  • IdentVisitor:
  • KeywordVisitor: