Skip to content

Releases: pin1yin1yu3yan2/Pin1Yin1-Compiler-Rust

v0.0.3

30 Jun 13:04
Compare
Choose a tag to compare

Feature

  • both dynamic and static linking with llvm are supported now

  • build LLVM backend (with out C backend ) only is supported now

  • in this way, the default codegen backend will be llvm

  • publish the build of macos and different backends (on linux also) in release

we are still using llvm@17 due to the newest inkwell(v4.0.0) dont support llvm@18, althougn the feature llvm18-0 appeard in its README.md

v0.0.2

18 Jun 09:50
Compare
Choose a tag to compare

Feature

Generate header file and source file together when c backend was used