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
b2af9fb297513e014d1a30a60f7d9eddbf8c5320
hakorune/local_tests/test_llvm_mock.hako

11 lines
201 B
Plaintext
Raw Normal View History

feat: Extract BID converter from Copilot and prepare plugin migration - Extract Copilot's BID converter code to src/bid-converter-copilot/ for future use - Create comprehensive plugin migration request document for Copilot - Target 13 built-in boxes for plugin conversion (HTTP, GUI, Audio, etc.) - Preserve existing nyash.toml-based plugin system - Reorganize docs/説明書/reference/ structure for better organization
2025-08-18 20:40:19 +09:00
// Test LLVM mock interpreter
static box Main {
init { result }
main() {
local a = 10
local b = 32
local sum = a + b
return sum // Should return 42
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 88ms 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