Crate zamm_yang

Source
Expand description

Yang is a code generator for Yin.

Modules§

codegen
Code generation utilities.
helper
Helper functions to make codegen specification smoother.
node_wrappers
Re-export of Yin wrappers.
tao
Yang-specific concepts.

Macros§

add_attr
Defines a new attribute, and add it as a property of the owner.
add_flag
Defines a new flag, and add it as a property of the owner.
define
Defines a new concept with the given name.
define_child
Defines a new concept as a child of the given parent type, defined within the current context.
module
Defines a module for the given concept.