-
✓ RSR template with full CI/CD (17 workflows)
-
✓ Rust CLI with init/validate/generate/build/run/info subcommands
-
✓ Manifest parser (
iseriser.tomlvia TOML + serde) -
✓ Codegen stubs (generate_all, build, run placeholders)
-
✓ ABI module stubs (Rust-side type mirrors)
-
✓ Idris2 ABI template files (Types.idr, Layout.idr, Foreign.idr)
-
✓ Zig FFI template files (build.zig, main.zig, integration_test.zig)
-
✓ README with architecture, use cases, and -iser family table
-
✓ Machine-readable governance (STATE, META, ECOSYSTEM, contractiles)
-
❏ Define
LanguageDescriptionstruct: name, type system features, compilation target, key primitives, calling convention -
❏ Parse language descriptions from
iseriser.toml[language]section -
❏ Validate language descriptions against known feature sets
-
❏ Map language features to template variables (e.g.,
has_dependent_types→ ABI proof depth) -
❏ Support language feature composition (e.g., "like Chapel but with linear types")
-
❏ Unit tests for language model parsing and validation
-
❏ Integrate Handlebars templates for all generated artifacts
-
❏ Create master template set: Cargo.toml, main.rs, lib.rs, manifest/mod.rs, codegen/mod.rs, abi/mod.rs
-
❏ Create Idris2 ABI templates with language-aware type mappings
-
❏ Create Zig FFI templates with language-aware calling conventions
-
❏ Create CI/CD workflow templates (parameterised by language features)
-
❏ Create documentation templates (README.adoc, ROADMAP.adoc, TOPOLOGY.md)
-
❏ Create RSR governance templates (.machine_readable/ hierarchy)
-
❏ Template validation: verify all placeholders are resolved before output
-
❏ Generate manifest parsers with language-specific fields (e.g., Chapel
[locale], Julia[type-dispatch]) -
❏ Generate codegen engines with language-specific template expansion
-
❏ Generate ABI modules with language-appropriate type mappings
-
❏ Generate example manifests and test fixtures per target language
-
❏ End-to-end test: iseriser generates chapeliser, chapeliser passes
cargo test -
❏ End-to-end test: iseriser generates julianiser, julianiser parses a Julia manifest
-
❏ Iseriser generates iseriser — the meta-framework can regenerate itself
-
❏ Generated iseriser passes all tests of the hand-written iseriser
-
❏ Diff analysis: hand-written vs. generated, converge to zero diff
-
❏ Bootstrap CI: iseriser regenerates itself on every commit, verifies no regressions
-
❏ Prove that template expansion preserves type safety (no ill-typed Rust output)
-
❏ Prove that generated ABI layouts match Zig FFI expectations
-
❏ Prove that generated manifest parsers accept valid TOML and reject invalid
-
❏ Prove that generated CI/CD workflows reference correct file paths
-
❏ Integration with
provenlibrary for shared proof infrastructure
-
❏ PanLL panel: "New -Iser" wizard panel for interactive language description
-
❏ BoJ-server cartridge:
iseriser.generateMCP tool for bot-driven -iser creation -
❏ VeriSimDB backing store: persist language models and generation history
-
❏ Batch generation mode: regenerate all 28 -iser repos from updated templates
-
❏ Publish to crates.io as
iseriserCLI -
❏ Shell completions (bash, zsh, fish)
-
❏ Error messages and diagnostics for template expansion failures