The procyon-expressions framework provides a more natural form of Linq-like code generation
The procyon-expressions framework provides a more natural form of code generation. Rather than requiring bytecode to be emitted directly, as with procyon-reflection and other popular libraries like ASM, procyon-expressions enables code composition using declarative expression trees. These expression trees may then be compiled directly into callbacks or coupled with a MethodBuilder. The procyon-expressions API is almost a direct port of System.Linq.Expressions from .NET's Dynamic Language Runtime, minus the dynamic callsite support (and with more relaxed rules regarding type conversions).
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.6.0-0.3.20220221.git88a95fa.fc39 | - |
Fedora 39 | 0.6.0-0.3.20220221.git88a95fa.fc39 | - |
Fedora 38 | 0.6.0-0.2.20220221.git88a95fa.fc38 | - |
Fedora 37 | 0.6.0-0.1.20220221.git88a95fa.fc37 | - |
EPEL 9 | 0.6.0-0.2.20220221.git88a95fa.el9 | - |
EPEL 8 | 0.6.0-0.2.20220221.git88a95fa.el8 | - |
EPEL 7 | 0.5.33-0.1.pre03.el7 | - |
You can contact the maintainers of this package via email at
procyon dash maintainers at fedoraproject dot org
.