Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
4a109eb6b9650db12cd17d459d48c3bbf1566664
hakorune/build_ps.ps1

11 lines
371 B
PowerShell
Raw Normal View History

Phase 11-12: LLVM backend initial, semantics layer, plugin unification Major changes: - LLVM backend initial implementation (compiler.rs, llvm mode) - Semantics layer integration in interpreter (operators.rs) - Phase 12 plugin architecture revision (3-layer system) - Builtin box removal preparation - MIR instruction set documentation (26→Core-15 migration) - Cross-backend testing infrastructure - Await/nowait syntax support New features: - LLVM AOT compilation support (--backend llvm) - Semantics layer for interpreter→VM flow - Tri-backend smoke tests - Plugin-only registry mode Bug fixes: - Interpreter plugin box arithmetic operations - Branch test returns incorrect values Documentation: - Phase 12 README.md updated with new plugin architecture - Removed obsolete NYIR proposals - Added LLVM test programs documentation Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-01 23:44:34 +09:00
# PowerShell build script
$env:LLVM_SYS_180_PREFIX = "C:\LLVM-18"
$env:LLVM_SYS_180_FFI_WORKAROUND = "1"
$env:LLVM_SYS_NO_LIBFFI = "1"
Write-Host "Environment variables set:"
Write-Host "LLVM_SYS_180_PREFIX = $env:LLVM_SYS_180_PREFIX"
Write-Host "LLVM_SYS_NO_LIBFFI = $env:LLVM_SYS_NO_LIBFFI"
Write-Host "`nBuilding..."
cargo build --bin nyash --release --features llvm
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 64ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API