Module unary_op

Source
Expand description

Represents unary operations in the AST.

Structs§

UnaryOperationNode
Represents a unary operation node in the AST, such as -a or !b.

Enums§

UnaryOpType
Generated enum