Module bitsy_lang::ast

source ·
Expand description

ast is the submodule for the AST parser.

Structs

Enums

  • A Decl is a declaration that lives inside of a mod or ext definiton.
  • An expression.
  • A top-level declaration in a Package.
  • A reference to a hardware component, either in this module, or in a child module.
  • A statement which appears in a testbench
  • A type classifier for values.
  • The different kinds of Wires in Bitsy.

Functions