Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
cglib is a suite of tools for JVM bytecode generation, class transformation, and dynamic proxying. It provides a high-level API for creating and transforming Java bytecode at runtime to modify class behavior and a framework for intercepting method calls and field access. The project implements dynamic proxy generation to support aspect oriented programming and custom data access patterns. It also includes a serialization manager to implement serialization contracts by adding specific methods and controlling object replacement within proxy classes. The library covers bytecode manipulation and
Library for lexing and parsing D source code
Die Hauptfunktionen von dlang-community/libdparse sind: Language Tooling, Static Analysis and Formatting.
Open-Source-Alternativen zu dlang-community/libdparse sind unter anderem: bscarlet/llvm-general — Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.). cglib/cglib — cglib is a suite of tools for JVM bytecode generation, class transformation, and dynamic proxying. It provides a… danielgavin/ols. data-oriented-house/portablebuildtools — Portable, simple and fast installer for Visual Studio Build Tools. dlang-community/d-scanner — Swiss-army knife for D source code. aslatter/parsec — A monadic parser combinator library.