Skip to main content

Module ast

Module ast 

Source
Expand description

AST module.

§Zig AST

This module provides Zig AST functionality for the Oaks project.

Structs§

Block
Represents a block of code in Zig.
ContainerField
A Zig container field.
Declaration
A Zig declaration.
ZigRoot
Zig language abstract syntax tree root.

Enums§

Expression
Represents an expression in Zig.
Item
A top-level item in a Zig source file.
Statement
Represents a statement in Zig.