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.