AbstractYieldMacros

GitHub Actions

AbstractYieldMacros.jl provides @yield and @yieldfrom simplify defined as

ContextualMacros.@contextualmacro @yield
ContextualMacros.@contextualmacro @yieldfrom

using ContextualMacros.jl. This package exists primary for sharing @yield and @yieldfrom macro in FGenerators.jl and GeneratorsX.jl. However, this package can be used for sharing @yield and @yieldfrom macros between arbitrary packages. See ContextualMacros.jl for more information.