AbstractYieldMacros.jl

Author JuliaFolds
Popularity
0 Stars
Updated Last
3 Years Ago
Started In
September 2020

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.

Required Packages

Used By Packages