docs.rs failed to build patch-prolog-compiler-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
plgc compiler library
Compiles ISO-subset Prolog (.pl) to standalone native binaries:
parse → analyze → codegen (LLVM IR text) → clang link against the
embedded libplg_runtime.a. Users need clang (≥ 15), never Rust.
The embed/link machinery is ported from patch-seq's proven pattern.