Commit 1530d5b
feat: implement Phase 1 meta-framework — manifest, codegen, ABI, tests
iseriser now generates complete -iser repositories from language descriptions.
The manifest schema ([project], [language], [output]) drives a three-stage
pipeline: parser (semantic validation), scaffold (20+ file generation including
Cargo.toml, Rust src, Idris2 ABI, Zig FFI, CI/CD, docs), and customizer
(paradigm/target/type-system-specific extras like ADT mappers, array bridges,
BEAM NIF boilerplate, deep ABI proof docs).
57 tests pass: 24 unit (abi, parser, scaffold, customizer, manifest),
9 integration (Chapel/Gleam/Julia/Idris2/ReScript pipelines, validation).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7c63636 commit 1530d5b
12 files changed
Lines changed: 3758 additions & 99 deletions
File tree
- examples/newlang
- src
- abi
- codegen
- manifest
- tests
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments