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
b8bdb867d8811140d94da69b42343781b72c4cfa
hakorune/tools/aot_plan/analyze.ny

15 lines
393 B
Plaintext
Raw Normal View History

Merge selfhosting-dev into main (Core-13 pure CI/tests + LLVM bridge) (#126) * WIP: sync before merging origin/main * fix: unify using/module + build CLI; add missing helper in runner; build passes; core smokes green; jit any.len string now returns 3 * Apply local changes after merging main; keep docs/phase-15 removed per main; add phase-15.1 docs and tests * Remove legacy docs/phase-15/README.md to align with main * integration: add Core-13 pure CI, tests, and minimal LLVM execute bridge (no docs) (#125) Co-authored-by: Tomoaki <tomoaki@example.com> --------- Co-authored-by: Selfhosting Dev <selfhost@example.invalid> Co-authored-by: Tomoaki <tomoaki@example.com>
2025-09-07 07:36:15 +09:00
// Phase 15.1 placeholder Nyash script for AOT-Plan analysis
// Input: project root; follows `using` to collect functions/externs (future work)
// Output: prints a minimal plan JSON to stdout
let plan = {
version: "1",
name: "mini_project",
functions: [
{ name: "main", return_type: "integer", body: { kind: "const_return", value: 42 } }
]
};
Console.log(JSON.stringify(plan));
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 25ms 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