Module gluon_vm::macros

source ·
Expand description

Module providing the building blocks to create macros and expand them.

Structs

Type containing macros bound to symbols which can be applied on an AST expression to transform it.

Traits

A trait which abstracts over macros.

Type Definitions