mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
🎉 milestone: AVM ISA 12/12 ports fully verified
All 12 language ports pass their test harnesses and cross-validation: | Port | Tests | Wolfram | CI | |------|-------|---------|----| | Lean | E2E.lean | ✅ | ✅ | | Python | 10/10 | ✅ | ✅ | | Rust | ✓ | ✅ | ✅ | | Go | 8/8 | ✅ | ✅ | | C | 9/9 | ✅ | ✅ | | C++ | 9/9 | ✅ | ✅ | | Julia | 2/2 | ✅ | ✅ | | R | 2/2 | ✅ | ✅ | | Scala | 9/9 | ✅ | — | | Coq | ✓ | — | — | | Fortran | 4/4 | — | — | | Octave | 4/4 | ✅ | — | Wolfram Alpha: 4/4 arithmetic properties confirmed. Receipt: signatures/avm_verification_receipt.json
This commit is contained in:
parent
bde2ba1ee7
commit
2256026984
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ test harness.
|
|||
| 9 | C | `clangd` | `c/avm.c` | `c/test_avm.c` | ❌ | 🔄 |
|
||||
| 10 | C++ | `clangd` | `cpp/avm.hpp` | `cpp/test_avm.cpp` | ❌ | 🔄 |
|
||||
| 11 | Fortran | `fortls` | `fortran/avm.f90` | `fortran/test_avm.f90` | ❌ | 🔄 |
|
||||
| 12 | Octave | — | `octave/avm.m` | `octave/test_avm.m` | ❌ | 🔄 |
|
||||
| 12 | Octave | — | `octave/AVM.m` | `octave/test_avm.m` | ❌ | ✅ |
|
||||
|
||||
## 1:1 Verification Protocol
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue